Uses of Interface
org.hotswap.agent.javassist.util.proxy.Proxy
-
Packages that use Proxy Package Description org.hotswap.agent.javassist.util.proxy Dynamic proxy (similar toEnhancerof cglib). -
-
Uses of Proxy in org.hotswap.agent.javassist.util.proxy
Subinterfaces of Proxy in org.hotswap.agent.javassist.util.proxy Modifier and Type Interface Description interfaceProxyObjectThe interface implemented by proxy classes.Methods in org.hotswap.agent.javassist.util.proxy with parameters of type Proxy Modifier and Type Method Description static MethodHandlerProxyFactory. getHandler(Proxy p)Obtains the method handler of the given proxy object.
-