Uses of Interface
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler
Packages that use TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler
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.Handler in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement TargetMethodAnnotationDrivenBinder.DelegationProcessor.HandlerModifier and TypeClassDescriptionstatic class
A bound handler represents an unambiguous parameter binder that was located for a given array of annotations.static class
An unbound handler is a fallback for returning an illegal binding for parameters for which no parameter binder could be located.Fields in net.bytebuddy.implementation.bind.annotation with type parameters of type TargetMethodAnnotationDrivenBinder.DelegationProcessor.HandlerModifier and TypeFieldDescriptionTargetMethodAnnotationDrivenBinder.Record.handlers
A list of handlers for each parameter.Methods in net.bytebuddy.implementation.bind.annotation that return TargetMethodAnnotationDrivenBinder.DelegationProcessor.HandlerModifier and TypeMethodDescriptionprotected static TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler
TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Bound.of
(ParameterDescription target, TargetMethodAnnotationDrivenBinder.ParameterBinder<?> parameterBinder, AnnotationDescription annotation, Assigner.Typing typing) Creates a handler for a given annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.prepare
(ParameterDescription target) Locates a handler which is responsible for processing the given parameter.Constructor parameters in net.bytebuddy.implementation.bind.annotation with type arguments of type TargetMethodAnnotationDrivenBinder.DelegationProcessor.HandlerModifierConstructorDescriptionprotected
Record
(MethodDescription candidate, List<TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler> handlers, Assigner.Typing typing) Creates a default compiled method delegation binder.