Package net.sf.cglib.proxy
Class InvocationHandlerGenerator
- java.lang.Object
-
- net.sf.cglib.proxy.InvocationHandlerGenerator
-
- All Implemented Interfaces:
CallbackGenerator
class InvocationHandlerGenerator extends java.lang.Object implements CallbackGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.cglib.proxy.CallbackGenerator
CallbackGenerator.Context
-
-
Field Summary
Fields Modifier and Type Field Description static InvocationHandlerGenerator
INSTANCE
private static org.objectweb.asm.Type
INVOCATION_HANDLER
private static Signature
INVOKE
private static org.objectweb.asm.Type
METHOD
private static org.objectweb.asm.Type
UNDECLARED_THROWABLE_EXCEPTION
-
Constructor Summary
Constructors Constructor Description InvocationHandlerGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(ClassEmitter ce, CallbackGenerator.Context context, java.util.List methods)
void
generateStatic(CodeEmitter e, CallbackGenerator.Context context, java.util.List methods)
-
-
-
Field Detail
-
INSTANCE
public static final InvocationHandlerGenerator 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
private static final Signature INVOKE
-
-
Method Detail
-
generate
public void generate(ClassEmitter ce, CallbackGenerator.Context context, java.util.List methods)
- Specified by:
generate
in interfaceCallbackGenerator
-
generateStatic
public void generateStatic(CodeEmitter e, CallbackGenerator.Context context, java.util.List methods)
- Specified by:
generateStatic
in interfaceCallbackGenerator
-
-