Uses of Interface
net.sf.cglib.proxy.InvocationHandler
-
Packages that use InvocationHandler Package Description net.sf.cglib.proxy -
-
Uses of InvocationHandler in net.sf.cglib.proxy
Fields in net.sf.cglib.proxy declared as InvocationHandler Modifier and Type Field Description protected InvocationHandler
Proxy. h
Methods in net.sf.cglib.proxy that return InvocationHandler Modifier and Type Method Description static InvocationHandler
Proxy. getInvocationHandler(java.lang.Object proxy)
Methods in net.sf.cglib.proxy with parameters of type InvocationHandler Modifier and Type Method Description static java.lang.Object
Proxy. newProxyInstance(java.lang.ClassLoader loader, java.lang.Class[] interfaces, InvocationHandler h)
Constructors in net.sf.cglib.proxy with parameters of type InvocationHandler Constructor Description Proxy(InvocationHandler h)
ProxyImpl(InvocationHandler h)
-