Uses of Class
org.microbean.proxy.AbstractProxier
-
Uses of AbstractProxier in org.microbean.proxy
Subclasses of AbstractProxier in org.microbean.proxyModifier and TypeClassDescriptionclass
AbstractReflectiveProxier<PS extends ProxySpecification>
AnAbstractProxier
that helps subclasses createproxies
using thejava.lang.reflect.Proxy
machinery present in the Java Development Kit.class
AbstractToolkitProxier<PS extends ProxySpecification,
T> AnAbstractProxier
built using some kind of toolkit, such as Byte Buddy and the like.