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 InvocationHandlerGenerator
private static final org.objectweb.asm.Type
private static final Signature
private static final org.objectweb.asm.Type
private static final org.objectweb.asm.Type
-
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)
-
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:
generate
in interfaceCallbackGenerator
-
generateStatic
- Specified by:
generateStatic
in interfaceCallbackGenerator
-