Uses of Interface
net.bytebuddy.implementation.auxiliary.TypeProxy.InvocationFactory
Packages that use TypeProxy.InvocationFactory
Package
Description
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType
.-
Uses of TypeProxy.InvocationFactory in net.bytebuddy.implementation.auxiliary
Classes in net.bytebuddy.implementation.auxiliary that implement TypeProxy.InvocationFactoryModifier and TypeClassDescriptionstatic enum
Default implementations of theTypeProxy.InvocationFactory
.Fields in net.bytebuddy.implementation.auxiliary declared as TypeProxy.InvocationFactoryModifier and TypeFieldDescriptionprivate final TypeProxy.InvocationFactory
TypeProxy.invocationFactory
The invocation factory for creating special method invocations.Constructors in net.bytebuddy.implementation.auxiliary with parameters of type TypeProxy.InvocationFactoryModifierConstructorDescriptionTypeProxy
(TypeDescription proxiedType, Implementation.Target implementationTarget, TypeProxy.InvocationFactory invocationFactory, boolean ignoreFinalizer, boolean serializableProxy) Creates a new type proxy.