Uses of Enum
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveBoxingDelegate
Packages that use PrimitiveBoxingDelegate
Package
Description
Assigner implementations of this package
are capable of handling primitive types or the void type.-
Uses of PrimitiveBoxingDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Subclasses with type arguments of type PrimitiveBoxingDelegate in net.bytebuddy.implementation.bytecode.assign.primitiveModifier and TypeClassDescriptionenumThis delegate is responsible for boxing a primitive types to their wrapper equivalents.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveBoxingDelegateModifier and TypeMethodDescriptionstatic PrimitiveBoxingDelegatePrimitiveBoxingDelegate.forPrimitive(TypeDefinition typeDefinition) Locates a boxing delegate for a given primitive type.static PrimitiveBoxingDelegateReturns 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.