Uses of Class
org.perfectable.introspection.proxy.ProxyService.UnsupportedFeatureException
-
Packages that use ProxyService.UnsupportedFeatureException Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of ProxyService.UnsupportedFeatureException in org.perfectable.introspection.proxy
Methods in org.perfectable.introspection.proxy that throw ProxyService.UnsupportedFeatureException 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> I
ProxyService. instantiate(ClassLoader classLoader, Class<?> baseClass, List<? extends Class<?>> interfaces, InvocationHandler<? super MethodInvocation<I>> handler)
Creates proxy instance.
-