Package org.springframework.cglib.core
Class TypeUtils
java.lang.Object
org.springframework.cglib.core.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Type[]static Type[]static intDCONST(double value) static StringemulateClassGetName(Type type) static StringescapeType(String s) static intFCONST(float value) static TypefromInternalName(String name) static Type[]fromInternalNames(String[] names) static TypegetBoxedType(Type type) static StringgetClassName(Type type) static TypegetComponentType(Type type) static StringgetPackageName(String className) static StringgetPackageName(Type type) static intgetStackSize(Type[] types) static Typestatic Type[]static TypegetUnboxedType(Type type) static intICONST(int value) static booleanisAbstract(int access) static booleanstatic booleanisBridge(int access) static booleanisConstructor(MethodInfo method) static booleanisFinal(int access) static booleanisInterface(int access) static booleanisPrimitive(Type type) static booleanisPrivate(int access) static booleanisProtected(int access) static booleanisPublic(int access) static booleanisStatic(int access) static booleanisSynthetic(int access) static intLCONST(long value) static intstatic SignatureparseConstructor(String sig) static SignatureparseConstructor(Type[] types) static Signaturestatic Typestatic Type[]parseTypes(String s) static String[]toInternalNames(Type[] types) static StringupperFirst(String s)
-
Method Details
-
getType
-
isFinal
public static boolean isFinal(int access) -
isStatic
public static boolean isStatic(int access) -
isProtected
public static boolean isProtected(int access) -
isPublic
public static boolean isPublic(int access) -
isAbstract
public static boolean isAbstract(int access) -
isInterface
public static boolean isInterface(int access) -
isPrivate
public static boolean isPrivate(int access) -
isSynthetic
public static boolean isSynthetic(int access) -
isBridge
public static boolean isBridge(int access) -
getPackageName
-
getPackageName
-
upperFirst
-
getClassName
-
add
-
add
-
fromInternalName
-
fromInternalNames
-
getStackSize
-
toInternalNames
-
parseSignature
-
parseType
-
parseTypes
-
parseConstructor
-
parseConstructor
-
getBoxedType
-
getUnboxedType
-
isArray
-
getComponentType
-
isPrimitive
-
emulateClassGetName
-
isConstructor
-
getTypes
-
ICONST
public static int ICONST(int value) -
LCONST
public static int LCONST(long value) -
FCONST
public static int FCONST(float value) -
DCONST
public static int DCONST(double value) -
NEWARRAY
-
escapeType
-