Uses of Interface
net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.Compiled
-
Packages that use MethodDelegation.ImplementationDelegate.Compiled Package Description net.bytebuddy.implementation 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.Compiled Modifier and Type Class Description static classMethodDelegation.ImplementationDelegate.Compiled.ForConstructionA compiled implementation delegate for a constructor delegation.static classMethodDelegation.ImplementationDelegate.Compiled.ForFieldA compiled implementation delegate that invokes methods on a field.static classMethodDelegation.ImplementationDelegate.Compiled.ForStaticCallA compiled implementation delegate for invoking a static method.Methods in net.bytebuddy.implementation that return MethodDelegation.ImplementationDelegate.Compiled Modifier and Type Method Description MethodDelegation.ImplementationDelegate.CompiledMethodDelegation.ImplementationDelegate. compile(TypeDescription instrumentedType)Compiles this implementation delegate.MethodDelegation.ImplementationDelegate.CompiledMethodDelegation.ImplementationDelegate.ForConstruction. compile(TypeDescription instrumentedType)MethodDelegation.ImplementationDelegate.CompiledMethodDelegation.ImplementationDelegate.ForField. compile(TypeDescription instrumentedType)MethodDelegation.ImplementationDelegate.CompiledMethodDelegation.ImplementationDelegate.ForStaticMethod. compile(TypeDescription instrumentedType)Constructors in net.bytebuddy.implementation with parameters of type MethodDelegation.ImplementationDelegate.Compiled Constructor Description Appender(Implementation.Target implementationTarget, MethodDelegationBinder.Record processor, MethodDelegationBinder.TerminationHandler terminationHandler, Assigner assigner, MethodDelegation.ImplementationDelegate.Compiled compiled)Creates a new appender for a method delegation.
-