Uses of Class
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
Packages that use TargetMethodAnnotationDrivenBinder.DelegationProcessor
Package
Description
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
-
Uses of TargetMethodAnnotationDrivenBinder.DelegationProcessor in net.bytebuddy.implementation.bind.annotation
Fields in net.bytebuddy.implementation.bind.annotation declared as TargetMethodAnnotationDrivenBinder.DelegationProcessorModifier and TypeFieldDescriptionprivate final TargetMethodAnnotationDrivenBinder.DelegationProcessor
TargetMethodAnnotationDrivenBinder.delegationProcessor
The processor for performing an actual method delegation.Methods in net.bytebuddy.implementation.bind.annotation that return TargetMethodAnnotationDrivenBinder.DelegationProcessorModifier and TypeMethodDescriptionprotected static TargetMethodAnnotationDrivenBinder.DelegationProcessor
TargetMethodAnnotationDrivenBinder.DelegationProcessor.of
(List<? extends TargetMethodAnnotationDrivenBinder.ParameterBinder<?>> parameterBinders) Creates a new delegation processor.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type TargetMethodAnnotationDrivenBinder.DelegationProcessorModifierConstructorDescriptionprotected
TargetMethodAnnotationDrivenBinder
(TargetMethodAnnotationDrivenBinder.DelegationProcessor delegationProcessor) Creates a new target method annotation-driven binder.