Package net.sf.cglib.proxy
Class InvocationHandlerGenerator
java.lang.Object
net.sf.cglib.proxy.InvocationHandlerGenerator
- 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 InvocationHandlerGeneratorprivate static final org.objectweb.asm.Typeprivate static final Signatureprivate static final org.objectweb.asm.Typeprivate static final org.objectweb.asm.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(ClassEmitter ce, CallbackGenerator.Context context, List methods) voidgenerateStatic(CodeEmitter e, CallbackGenerator.Context context, List methods)
-
Field Details
-
INSTANCE
-
INVOCATION_HANDLER
private static final org.objectweb.asm.Type INVOCATION_HANDLER -
UNDECLARED_THROWABLE_EXCEPTION
private static final org.objectweb.asm.Type UNDECLARED_THROWABLE_EXCEPTION -
METHOD
private static final org.objectweb.asm.Type METHOD -
INVOKE
-
-
Constructor Details
-
InvocationHandlerGenerator
InvocationHandlerGenerator()
-
-
Method Details
-
generate
- Specified by:
generatein interfaceCallbackGenerator
-
generateStatic
- Specified by:
generateStaticin interfaceCallbackGenerator
-