Class ObjectTypeUtils


  • public final class ObjectTypeUtils
    extends java.lang.Object
    ObjectTypeUtils.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectTypeUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isBasicType​(java.lang.Object object)
      is basic type or not.
      • Methods inherited from class java.lang.Object

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

      • ObjectTypeUtils

        public ObjectTypeUtils()
    • Method Detail

      • isBasicType

        public static boolean isBasicType​(java.lang.Object object)
        is basic type or not.
        Parameters:
        object - the object
        Returns:
        true is basic