Enum Class ParameterLengthResolver

java.lang.Object
java.lang.Enum<ParameterLengthResolver>
net.bytebuddy.implementation.bind.ParameterLengthResolver
All Implemented Interfaces:
Serializable, Comparable<ParameterLengthResolver>, Constable, MethodDelegationBinder.AmbiguityResolver

public enum ParameterLengthResolver extends Enum<ParameterLengthResolver> implements MethodDelegationBinder.AmbiguityResolver
This MethodDelegationBinder.AmbiguityResolver selects the method with more arguments. If two methods have equally many arguments, the resolution is ambiguous.