Package | Description |
---|---|
net.bytebuddy.implementation.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType . |
Modifier and Type | Class and Description |
---|---|
static class |
TypeProxy.InvocationFactory.Default
Default implementations of the
TypeProxy.InvocationFactory . |
Modifier and Type | Field and Description |
---|---|
private TypeProxy.InvocationFactory |
TypeProxy.invocationFactory
The invocation factory for creating special method invocations.
|
Constructor and Description |
---|
TypeProxy(TypeDescription proxiedType,
Implementation.Target implementationTarget,
TypeProxy.InvocationFactory invocationFactory,
boolean ignoreFinalizer,
boolean serializableProxy)
Creates a new type proxy.
|