Uses of Class
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveNarrowingDelegate
-
Packages that use PrimitiveNarrowingDelegate Package Description net.bytebuddy.implementation.bytecode.assign.primitive Assigner
implementations of this package are capable of handling primitive types or thevoid
type. -
-
Uses of PrimitiveNarrowingDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveNarrowingDelegate Modifier and Type Method Description static PrimitiveNarrowingDelegate
PrimitiveNarrowingDelegate. forPrimitive(TypeDefinition typeDefinition)
Locates the delegate that is capable of narrowing the given type into another type.static PrimitiveNarrowingDelegate
PrimitiveNarrowingDelegate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveNarrowingDelegate[]
PrimitiveNarrowingDelegate. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-