Uses of Enum
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
Packages that use PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
Package
Description
Assigner
implementations of this package
are capable of handling primitive types or the void
type.-
Uses of PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible in net.bytebuddy.implementation.bytecode.assign.primitive
Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsibleModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible.values()
Returns an array containing the constants of this enum type, in the order they are declared.