Uses of Enum Class
net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
Packages that use ArgumentTypeResolver.PrimitiveTypePrecedence
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of ArgumentTypeResolver.PrimitiveTypePrecedence in net.bytebuddy.implementation.bind
Methods in net.bytebuddy.implementation.bind that return ArgumentTypeResolver.PrimitiveTypePrecedenceModifier and TypeMethodDescriptionArgumentTypeResolver.PrimitiveTypePrecedence.forPrimitive(TypeDescription typeDescription) Locates the primitive type precedence for a given type.Returns the enum constant of this class with the specified name.ArgumentTypeResolver.PrimitiveTypePrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bytebuddy.implementation.bind with parameters of type ArgumentTypeResolver.PrimitiveTypePrecedenceModifier and TypeMethodDescriptionArgumentTypeResolver.PrimitiveTypePrecedence.resolve(ArgumentTypeResolver.PrimitiveTypePrecedence right) Resolves the least specific type of two primitive type precedence with this instance representing aMethodDelegationBinder.AmbiguityResolver.Resolution.LEFTresolution and the argument type representing theMethodDelegationBinder.AmbiguityResolver.Resolution.RIGHTresolution.