Package | Description |
---|---|
net.bytebuddy.implementation.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
Modifier and Type | Method and Description |
---|---|
static ArgumentTypeResolver.PrimitiveTypePrecedence |
ArgumentTypeResolver.PrimitiveTypePrecedence.forPrimitive(TypeDescription typeDescription)
Locates the primitive type precedence for a given type.
|
static ArgumentTypeResolver.PrimitiveTypePrecedence |
ArgumentTypeResolver.PrimitiveTypePrecedence.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
MethodDelegationBinder.AmbiguityResolver.Resolution |
ArgumentTypeResolver.PrimitiveTypePrecedence.resolve(ArgumentTypeResolver.PrimitiveTypePrecedence right)
Resolves the least specific type of two primitive type precedence with this instance representing a
MethodDelegationBinder.AmbiguityResolver.Resolution.LEFT
resolution and the argument type representing the
MethodDelegationBinder.AmbiguityResolver.Resolution.RIGHT
resolution. |
Copyright © 2014–2023. All rights reserved.