Uses of Interface
net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory
-
Packages that use TypeProxy.InvocationFactory Package Description net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
. -
-
Uses of TypeProxy.InvocationFactory in net.bytebuddy.implementation.auxiliary
Classes in net.bytebuddy.implementation.auxiliary that implement TypeProxy.InvocationFactory Modifier and Type Class Description static class
TypeProxy.InvocationFactory.Default
Default implementations of theTypeProxy.InvocationFactory
.Fields in net.bytebuddy.implementation.auxiliary declared as TypeProxy.InvocationFactory Modifier and Type Field Description private TypeProxy.InvocationFactory
TypeProxy. invocationFactory
The invocation factory for creating special method invocations.Constructors in net.bytebuddy.implementation.auxiliary with parameters of type TypeProxy.InvocationFactory Constructor Description TypeProxy(TypeDescription proxiedType, Implementation.Target implementationTarget, TypeProxy.InvocationFactory invocationFactory, boolean ignoreFinalizer, boolean serializableProxy)
Creates a new type proxy.
-