Uses of Enum
net.bytebuddy.implementation.bind.ArgumentTypeResolver
Packages that use ArgumentTypeResolver
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of ArgumentTypeResolver in net.bytebuddy.implementation.bind
Subclasses with type arguments of type ArgumentTypeResolver in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionenumImplementation of anMethodDelegationBinder.AmbiguityResolverthat resolves two conflicting bindings by considering most-specific types of target method parameters in the same manner as the Java compiler resolves bindings of overloaded method.Methods in net.bytebuddy.implementation.bind that return ArgumentTypeResolverModifier and TypeMethodDescriptionstatic ArgumentTypeResolverReturns the enum constant of this type with the specified name.static ArgumentTypeResolver[]ArgumentTypeResolver.values()Returns an array containing the constants of this enum type, in the order they are declared.