Class AbstractToolkitProxier<PS extends ProxySpecification,T>

java.lang.Object
org.microbean.proxy.AbstractProxier<PS>
org.microbean.proxy.AbstractToolkitProxier<PS,T>
Type Parameters:
PS - the ProxySpecification type
T - the toolkit representation of an unloaded Class

public abstract non-sealed class AbstractToolkitProxier<PS extends ProxySpecification,T> extends AbstractProxier<PS>
An AbstractProxier built using some kind of toolkit, such as Byte Buddy and the like.
Author:
Laird Nelson