Uses of Interface
net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.Compiled
Packages that use MethodDelegation.ImplementationDelegate.Compiled
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodDelegation.ImplementationDelegate.Compiled in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodDelegation.ImplementationDelegate.CompiledModifier and TypeClassDescriptionstatic classA compiled implementation delegate for a constructor delegation.static classA compiled implementation delegate that invokes methods on a field.static classA compiled implementation delegate that invokes a method on an instance that is returned by another method.static classA compiled implementation delegate for invoking a static method.Fields in net.bytebuddy.implementation declared as MethodDelegation.ImplementationDelegate.CompiledModifier and TypeFieldDescriptionprivate final MethodDelegation.ImplementationDelegate.CompiledMethodDelegation.Appender.compiledThe compiled implementation delegate.Methods in net.bytebuddy.implementation that return MethodDelegation.ImplementationDelegate.CompiledModifier and TypeMethodDescriptionMethodDelegation.ImplementationDelegate.compile(TypeDescription instrumentedType) Compiles this implementation delegate.MethodDelegation.ImplementationDelegate.ForConstruction.compile(TypeDescription instrumentedType) Compiles this implementation delegate.MethodDelegation.ImplementationDelegate.ForField.compile(TypeDescription instrumentedType) Compiles this implementation delegate.MethodDelegation.ImplementationDelegate.ForMethodReturn.compile(TypeDescription instrumentedType) Compiles this implementation delegate.MethodDelegation.ImplementationDelegate.ForStaticMethod.compile(TypeDescription instrumentedType) Compiles this implementation delegate.Constructors in net.bytebuddy.implementation with parameters of type MethodDelegation.ImplementationDelegate.CompiledModifierConstructorDescriptionprotectedAppender(Implementation.Target implementationTarget, MethodDelegationBinder.Record processor, MethodDelegationBinder.TerminationHandler terminationHandler, Assigner assigner, MethodDelegation.ImplementationDelegate.Compiled compiled) Creates a new appender for a method delegation.