Uses of Class
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
-
Packages that use TargetMethodAnnotationDrivenBinder.DelegationProcessor Package Description net.bytebuddy.implementation.bind.annotation 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.DelegationProcessor Modifier and Type Field Description private TargetMethodAnnotationDrivenBinder.DelegationProcessor
TargetMethodAnnotationDrivenBinder. delegationProcessor
The processor for performing an actual method delegation.Methods in net.bytebuddy.implementation.bind.annotation that return TargetMethodAnnotationDrivenBinder.DelegationProcessor Modifier and Type Method Description protected static TargetMethodAnnotationDrivenBinder.DelegationProcessor
TargetMethodAnnotationDrivenBinder.DelegationProcessor. of(java.util.List<? extends TargetMethodAnnotationDrivenBinder.ParameterBinder<?>> parameterBinders)
Creates a new delegation processor.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type TargetMethodAnnotationDrivenBinder.DelegationProcessor Constructor Description TargetMethodAnnotationDrivenBinder(TargetMethodAnnotationDrivenBinder.DelegationProcessor delegationProcessor)
Creates a new target method annotation-driven binder.
-