Uses of Class
org.microbean.proxy.ProxySpecification
-
Uses of ProxySpecification in org.microbean.proxy
Classes in org.microbean.proxy with type parameters of type ProxySpecificationModifier and TypeClassDescriptionclass
AbstractProxier<PS extends ProxySpecification>
An abstract base class for subclassses that create proxies.class
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.