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.PrimitiveTypePrecedenceArgumentTypeResolver.PrimitiveTypePrecedence. forPrimitive(TypeDescription typeDescription)Locates the primitive type precedence for a given type.static ArgumentTypeResolver.PrimitiveTypePrecedenceArgumentTypeResolver.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.ResolutionArgumentTypeResolver.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.
-