Uses of Interface
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.UnboxingResponsible
-
Packages that use PrimitiveUnboxingDelegate.UnboxingResponsible Package Description net.bytebuddy.implementation.bytecode.assign.primitive Assignerimplementations of this package are capable of handling primitive types or thevoidtype. -
-
Uses of PrimitiveUnboxingDelegate.UnboxingResponsible in net.bytebuddy.implementation.bytecode.assign.primitive
Classes in net.bytebuddy.implementation.bytecode.assign.primitive that implement PrimitiveUnboxingDelegate.UnboxingResponsible Modifier and Type Class Description protected static classPrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsibleAn explicitly types unboxing responsible is applied for directly unboxing a wrapper type.protected static classPrimitiveUnboxingDelegate.ImplicitlyTypedUnboxingResponsibleAn unboxing responsible for an implicitly typed value.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveUnboxingDelegate.UnboxingResponsible Modifier and Type Method Description static PrimitiveUnboxingDelegate.UnboxingResponsiblePrimitiveUnboxingDelegate. forReferenceType(TypeDefinition typeDefinition)Creates an unboxing responsible that is capable of unboxing a wrapper type.
-