Class MethodDelegationBinder.Processor

java.lang.Object
net.bytebuddy.implementation.bind.MethodDelegationBinder.Processor
All Implemented Interfaces:
MethodDelegationBinder.Record
Enclosing interface:
MethodDelegationBinder

@Enhance public static class MethodDelegationBinder.Processor extends Object implements MethodDelegationBinder.Record
A helper class that allows to identify a best binding for a given type and source method choosing from a list of given target methods by using a given MethodDelegationBinder and an MethodDelegationBinder.AmbiguityResolver.

 

The Processor will:
  1. Try to bind the source method using the MethodDelegationBinder.
  2. Find a best method among the successful bindings using the AmbiguityResolver.