Uses of Interface
org.perfectable.introspection.proxy.InvocationHandler
-
Packages that use InvocationHandler Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of InvocationHandler in org.perfectable.introspection.proxy
Classes in org.perfectable.introspection.proxy that implement InvocationHandler Modifier and Type Class Description class
ForwardingHandler<T>
Invocation handler that delegates all calls to actual object.Methods in org.perfectable.introspection.proxy with parameters of type InvocationHandler Modifier and Type Method Description <I> I
JavassistProxyService. instantiate(ClassLoader classLoader, Class<?> baseClass, List<? extends Class<?>> interfaces, InvocationHandler<? super MethodInvocation<I>> handler)
<I> I
JdkProxyService. instantiate(ClassLoader classLoader, Class<?> baseClass, List<? extends Class<?>> interfaces, InvocationHandler<? super MethodInvocation<I>> handler)
I
ProxyBuilder. instantiate(InvocationHandler<? super MethodInvocation<I>> handler)
Creates instance of configured proxy class.<I> I
ProxyService. instantiate(ClassLoader classLoader, Class<?> baseClass, List<? extends Class<?>> interfaces, InvocationHandler<? super MethodInvocation<I>> handler)
Creates proxy instance.
-