Uses of Class
net.bytebuddy.implementation.bind.ArgumentTypeResolver.PrimitiveTypePrecedence
-
Packages that use ArgumentTypeResolver.PrimitiveTypePrecedence Package Description net.bytebuddy.implementation.bind 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.PrimitiveTypePrecedence Modifier and Type Method Description static ArgumentTypeResolver.PrimitiveTypePrecedence
ArgumentTypeResolver.PrimitiveTypePrecedence. forPrimitive(TypeDescription typeDescription)
Locates the primitive type precedence for a given type.static ArgumentTypeResolver.PrimitiveTypePrecedence
ArgumentTypeResolver.PrimitiveTypePrecedence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ArgumentTypeResolver.PrimitiveTypePrecedence[]
ArgumentTypeResolver.PrimitiveTypePrecedence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.implementation.bind with parameters of type ArgumentTypeResolver.PrimitiveTypePrecedence Modifier and Type Method Description MethodDelegationBinder.AmbiguityResolver.Resolution
ArgumentTypeResolver.PrimitiveTypePrecedence. resolve(ArgumentTypeResolver.PrimitiveTypePrecedence right)
Resolves the least specific type of two primitive type precedence with this instance representing aMethodDelegationBinder.AmbiguityResolver.Resolution.LEFT
resolution and the argument type representing theMethodDelegationBinder.AmbiguityResolver.Resolution.RIGHT
resolution.
-