Uses of Interface
net.sf.cglib.proxy.CallbackGenerator
-
Packages that use CallbackGenerator Package Description net.sf.cglib.proxy -
-
Uses of CallbackGenerator in net.sf.cglib.proxy
Classes in net.sf.cglib.proxy that implement CallbackGenerator Modifier and Type Class Description (package private) class
DispatcherGenerator
(package private) class
FixedValueGenerator
(package private) class
InvocationHandlerGenerator
(package private) class
LazyLoaderGenerator
(package private) class
MethodInterceptorGenerator
(package private) class
NoOpGenerator
Fields in net.sf.cglib.proxy declared as CallbackGenerator Modifier and Type Field Description private CallbackGenerator
CallbackInfo. generator
Methods in net.sf.cglib.proxy that return CallbackGenerator Modifier and Type Method Description private static CallbackGenerator
CallbackInfo. getGenerator(org.objectweb.asm.Type callbackType)
static CallbackGenerator[]
CallbackInfo. getGenerators(org.objectweb.asm.Type[] callbackTypes)
Constructors in net.sf.cglib.proxy with parameters of type CallbackGenerator Constructor Description CallbackInfo(java.lang.Class cls, CallbackGenerator generator)
-