Enum Class DeclaringTypeResolver

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

public enum DeclaringTypeResolver extends Enum<DeclaringTypeResolver> implements MethodDelegationBinder.AmbiguityResolver
This ambiguity resolver matches that method out of two methods that is declared by the more specific type. If two methods are declared by the same type or by two unrelated types, this resolver returns an ambiguous result.