Class Types


  • @Deprecated
    public class Types
    extends java.lang.Object
    Deprecated.
    use @see ScalarType instead
    Since:
    3.0.0
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean isBaseType​(com.fasterxml.classmate.ResolvedType type)
      Deprecated.
       
      static boolean isBaseType​(java.lang.String typeName)
      Deprecated.
       
      static java.lang.String typeNameFor​(java.lang.reflect.Type type)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • typeNameFor

        public static java.lang.String typeNameFor​(java.lang.reflect.Type type)
        Deprecated.
      • isBaseType

        public static boolean isBaseType​(java.lang.String typeName)
        Deprecated.
      • isBaseType

        public static boolean isBaseType​(com.fasterxml.classmate.ResolvedType type)
        Deprecated.