Uses of Class
org.microbean.proxy.AbstractProxier
-
Uses of AbstractProxier in org.microbean.proxy
Subclasses of AbstractProxier in org.microbean.proxyModifier and TypeClassDescriptionclassAbstractReflectiveProxier<PS extends ProxySpecification>AnAbstractProxierthat helps subclasses createproxiesusing thejava.lang.reflect.Proxymachinery present in the Java Development Kit.classAbstractToolkitProxier<PS extends ProxySpecification,T> AnAbstractProxierbuilt using some kind of toolkit, such as Byte Buddy and the like.