Uses of Class
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
-
Packages that use PrimitiveUnboxingDelegate Package Description net.bytebuddy.implementation.bytecode.assign.primitive Assigner
implementations of this package are capable of handling primitive types or thevoid
type. -
-
Uses of PrimitiveUnboxingDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Fields in net.bytebuddy.implementation.bytecode.assign.primitive declared as PrimitiveUnboxingDelegate Modifier and Type Field Description private PrimitiveUnboxingDelegate
PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible. primitiveUnboxingDelegate
The primitive unboxing delegate for handling the given wrapper type.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveUnboxingDelegate Modifier and Type Method Description static PrimitiveUnboxingDelegate
PrimitiveUnboxingDelegate. forPrimitive(TypeDefinition typeDefinition)
Locates a primitive unboxing delegate for a given primitive type.static PrimitiveUnboxingDelegate
PrimitiveUnboxingDelegate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveUnboxingDelegate[]
PrimitiveUnboxingDelegate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.implementation.bytecode.assign.primitive with parameters of type PrimitiveUnboxingDelegate Constructor Description ExplicitlyTypedUnboxingResponsible(PrimitiveUnboxingDelegate primitiveUnboxingDelegate)
Creates a new explicitly typed unboxing responsible.
-