Uses of Interface
org.proxy4j.core.ProxyInvocation
-
Packages that use ProxyInvocation Package Description org.proxy4j.core org.proxy4j.core.javassist -
-
Uses of ProxyInvocation in org.proxy4j.core
Methods in org.proxy4j.core with parameters of type ProxyInvocation Modifier and Type Method Description ObjectProxyHandler. handle(ProxyInvocation<T> invocation)Handles the method invocation on the proxy. -
Uses of ProxyInvocation in org.proxy4j.core.javassist
Classes in org.proxy4j.core.javassist that implement ProxyInvocation Modifier and Type Class Description classJavassistProxyInvocation<T>A Javassist implementation ofProxyInvocation.
-