Uses of Enum
net.bytebuddy.implementation.bind.MethodNameEqualityResolver
Packages that use MethodNameEqualityResolver
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of MethodNameEqualityResolver in net.bytebuddy.implementation.bind
Subclasses with type arguments of type MethodNameEqualityResolver in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionenumImplementation of anMethodDelegationBinder.AmbiguityResolverthat resolves conflicting bindings by considering equality of a target method's name as an indicator for a dominant binding.Methods in net.bytebuddy.implementation.bind that return MethodNameEqualityResolverModifier and TypeMethodDescriptionstatic MethodNameEqualityResolverReturns the enum constant of this type with the specified name.static MethodNameEqualityResolver[]MethodNameEqualityResolver.values()Returns an array containing the constants of this enum type, in the order they are declared.