Uses of Interface
javassist.util.proxy.Proxy
Packages that use Proxy
-
Uses of Proxy in javassist.util.proxy
Subinterfaces of Proxy in javassist.util.proxyModifier and TypeInterfaceDescriptioninterface
The interface implemented by proxy classes.Methods in javassist.util.proxy with parameters of type ProxyModifier and TypeMethodDescriptionstatic MethodHandler
ProxyFactory.getHandler
(Proxy p) Obtains the method handler of the given proxy object.