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 LazyLoaderGenerator
private static final org.objectweb.asm.Type
private static final Signature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ClassEmitter ce, CallbackGenerator.Context context, List methods) void
generateStatic
(CodeEmitter e, CallbackGenerator.Context context, List methods) private Signature
loadMethod
(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:
generate
in interfaceCallbackGenerator
-
loadMethod
-
generateStatic
- Specified by:
generateStatic
in interfaceCallbackGenerator
-