Uses of Enum
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate
Packages that use PrimitiveUnboxingDelegate
Package
Description
Assigner implementations of this package
are capable of handling primitive types or the void type.-
Uses of PrimitiveUnboxingDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Subclasses with type arguments of type PrimitiveUnboxingDelegate in net.bytebuddy.implementation.bytecode.assign.primitiveModifier and TypeClassDescriptionenumThis delegate is responsible for unboxing a wrapper type to their primitive equivalents.Fields in net.bytebuddy.implementation.bytecode.assign.primitive declared as PrimitiveUnboxingDelegateModifier and TypeFieldDescriptionprivate final PrimitiveUnboxingDelegatePrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible.primitiveUnboxingDelegateThe primitive unboxing delegate for handling the given wrapper type.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveUnboxingDelegateModifier and TypeMethodDescriptionstatic PrimitiveUnboxingDelegatePrimitiveUnboxingDelegate.forPrimitive(TypeDefinition typeDefinition) Locates a primitive unboxing delegate for a given primitive type.static PrimitiveUnboxingDelegateReturns 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 PrimitiveUnboxingDelegateModifierConstructorDescriptionprivateExplicitlyTypedUnboxingResponsible(PrimitiveUnboxingDelegate primitiveUnboxingDelegate) Creates a new explicitly typed unboxing responsible.