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
AbstractProxier
that helps subclasses createproxies
using thejava.lang.reflect.Proxy
machinery present in the Java Development Kit.AnAbstractProxier
built 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.