Uses of Enum
net.bytebuddy.implementation.bind.DeclaringTypeResolver
Packages that use DeclaringTypeResolver
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of DeclaringTypeResolver in net.bytebuddy.implementation.bind
Subclasses with type arguments of type DeclaringTypeResolver in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionenumThis ambiguity resolver matches that method out of two methods that is declared by the more specific type.Methods in net.bytebuddy.implementation.bind that return DeclaringTypeResolverModifier and TypeMethodDescriptionstatic DeclaringTypeResolverReturns the enum constant of this type with the specified name.static DeclaringTypeResolver[]DeclaringTypeResolver.values()Returns an array containing the constants of this enum type, in the order they are declared.