Package org.microbean.proxy
package org.microbean.proxy
Provides classes and interfaces that assist with implementing proxy classes.
- Author:
- Laird Nelson
-
ClassDescriptionAbstractProxier<PS extends ProxySpecification>An abstract base class for subclassses that create proxies.AbstractReflectiveProxier<PS extends ProxySpecification>An
AbstractProxierthat helps subclasses createproxiesusing thejava.lang.reflect.Proxymachinery present in the Java Development Kit.AnAbstractProxierbuilt using some kind of toolkit, such as Byte Buddy and the like.Proxy<T>An interface whose implementations pretend to be another type and alter the behavior of instances of that type in some way.Information about a proxy.