Uses of Interface
net.sf.cglib.proxy.InvocationHandler
Packages that use InvocationHandler
-
Uses of InvocationHandler in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as InvocationHandlerMethods in net.sf.cglib.proxy that return InvocationHandlerModifier and TypeMethodDescriptionstatic InvocationHandler
Proxy.getInvocationHandler
(Object proxy) Methods in net.sf.cglib.proxy with parameters of type InvocationHandlerModifier and TypeMethodDescriptionstatic Object
Proxy.newProxyInstance
(ClassLoader loader, Class[] interfaces, InvocationHandler h) Constructors in net.sf.cglib.proxy with parameters of type InvocationHandler