Package net.sf.cglib.proxy
Class LazyLoaderGenerator
java.lang.Object
net.sf.cglib.proxy.LazyLoaderGenerator
- All Implemented Interfaces:
CallbackGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.cglib.proxy.CallbackGenerator
CallbackGenerator.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LazyLoaderGeneratorprivate static final org.objectweb.asm.Typeprivate static final Signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(ClassEmitter ce, CallbackGenerator.Context context, List methods) voidgenerateStatic(CodeEmitter e, CallbackGenerator.Context context, List methods) private SignatureloadMethod(int index)
-
Field Details
-
INSTANCE
-
LOAD_OBJECT
-
LAZY_LOADER
private static final org.objectweb.asm.Type LAZY_LOADER
-
-
Constructor Details
-
LazyLoaderGenerator
LazyLoaderGenerator()
-
-
Method Details
-
generate
- Specified by:
generatein interfaceCallbackGenerator
-
loadMethod
-
generateStatic
- Specified by:
generateStaticin interfaceCallbackGenerator
-