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 TypeClassDescriptionclassAbstractProxier<PS extends ProxySpecification>An abstract base class for subclassses that create proxies.classAbstractReflectiveProxier<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.