Package net.sf.cglib.proxy
Class CallbackInfo
java.lang.Object
net.sf.cglib.proxy.CallbackInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final CallbackInfo[]
private Class
private CallbackGenerator
private org.objectweb.asm.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.objectweb.asm.Type
determineType
(Class callbackType, boolean checkAll) private static org.objectweb.asm.Type
determineType
(Callback callback, boolean checkAll) static org.objectweb.asm.Type[]
determineTypes
(Class[] callbackTypes) static org.objectweb.asm.Type[]
determineTypes
(Class[] callbackTypes, boolean checkAll) static org.objectweb.asm.Type[]
determineTypes
(Callback[] callbacks) static org.objectweb.asm.Type[]
determineTypes
(Callback[] callbacks, boolean checkAll) private static CallbackGenerator
getGenerator
(org.objectweb.asm.Type callbackType) static CallbackGenerator[]
getGenerators
(org.objectweb.asm.Type[] callbackTypes)
-
Field Details
-
cls
-
generator
-
type
private org.objectweb.asm.Type type -
CALLBACKS
-
-
Constructor Details
-
CallbackInfo
-
-
Method Details
-
determineTypes
-
determineTypes
-
determineTypes
-
determineTypes
-
getGenerators
-
determineType
-
determineType
-
getGenerator
-