| Package | Description | 
|---|---|
| org.springframework.asm | Spring's repackaging of
 ASM 7.0
 (with Spring-specific patches; for internal use only). | 
| org.springframework.cglib.core | Spring's repackaging of the
 CGLIB core package
 (for internal use only). | 
| org.springframework.cglib.proxy | Spring's repackaging of the
 CGLIB proxy package
 (for internal use only). | 
| Modifier and Type | Field and Description | 
|---|---|
| static Type | Type. BOOLEAN_TYPEThe  booleantype. | 
| static Type | Type. BYTE_TYPEThe  bytetype. | 
| static Type | Type. CHAR_TYPEThe  chartype. | 
| static Type | Type. DOUBLE_TYPEThe  doubletype. | 
| static Type | Type. FLOAT_TYPEThe  floattype. | 
| static Type | Type. INT_TYPEThe  inttype. | 
| static Type | Type. LONG_TYPEThe  longtype. | 
| static Type | Type. SHORT_TYPEThe  shorttype. | 
| static Type | Type. VOID_TYPEThe  voidtype. | 
| Modifier and Type | Method and Description | 
|---|---|
| Type[] | Type. getArgumentTypes()Returns the argument types of methods of this type. | 
| static Type[] | Type. getArgumentTypes(Method method)Returns the  Typevalues corresponding to the argument types of the given method. | 
| static Type[] | Type. getArgumentTypes(String methodDescriptor)Returns the  Typevalues corresponding to the argument types of the given method
 descriptor. | 
| Type | Type. getElementType()Returns the type of the elements of this array type. | 
| static Type | Type. getMethodType(String methodDescriptor)Returns the  Typecorresponding to the given method descriptor. | 
| static Type | Type. getMethodType(Type returnType,
             Type... argumentTypes)Returns the method  Typecorresponding to the given argument and return types. | 
| static Type | Type. getObjectType(String internalName)Returns the  Typecorresponding to the given internal name. | 
| Type | Type. getReturnType()Returns the return type of methods of this type. | 
| static Type | Type. getReturnType(Method method)Returns the  Typecorresponding to the return type of the given method. | 
| static Type | Type. getReturnType(String methodDescriptor)Returns the  Typecorresponding to the return type of the given method descriptor. | 
| static Type | Type. getType(Class<?> clazz)Returns the  Typecorresponding to the given class. | 
| static Type | Type. getType(Constructor<?> constructor)Returns the method  Typecorresponding to the given constructor. | 
| static Type | Type. getType(Method method)Returns the method  Typecorresponding to the given method. | 
| static Type | Type. getType(String typeDescriptor)Returns the  Typecorresponding to the given type descriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | Type. getMethodDescriptor(Type returnType,
                   Type... argumentTypes)Returns the descriptor corresponding to the given argument and return types. | 
| static String | Type. getMethodDescriptor(Type returnType,
                   Type... argumentTypes)Returns the descriptor corresponding to the given argument and return types. | 
| static Type | Type. getMethodType(Type returnType,
             Type... argumentTypes)Returns the method  Typecorresponding to the given argument and return types. | 
| static Type | Type. getMethodType(Type returnType,
             Type... argumentTypes)Returns the method  Typecorresponding to the given argument and return types. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Type[] | ReflectUtils. getExceptionTypes(Member member) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Enhancer.EnhancerKey. newInstance(String type,
           String[] interfaces,
           org.springframework.cglib.core.WeakCacheKey<org.springframework.cglib.proxy.CallbackFilter> filter,
           Type[] callbackTypes,
           boolean useFactory,
           boolean interceptDuringConstruction,
           Long serialVersionUID) |