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