Class ObjectUtils


  • public class ObjectUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean instanceOfAny​(java.lang.Object object, java.lang.Class<?>... classes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectUtils

        public ObjectUtils()
    • Method Detail

      • instanceOfAny

        public static boolean instanceOfAny​(java.lang.Object object,
                                            java.lang.Class<?>... classes)