Class TargetMethodAnnotationDrivenBinder.DelegationProcessor

java.lang.Object
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor
Enclosing class:
TargetMethodAnnotationDrivenBinder

@Enhance protected static class TargetMethodAnnotationDrivenBinder.DelegationProcessor extends Object
A delegation processor is a helper class for a TargetMethodAnnotationDrivenBinder for performing its actual logic. By outsourcing this logic to this helper class, a cleaner implementation can be provided.