Uses of Interface
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate.UnboxingResponsible
-
Packages that use PrimitiveUnboxingDelegate.UnboxingResponsible 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.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 class
PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
An explicitly types unboxing responsible is applied for directly unboxing a wrapper type.protected static class
PrimitiveUnboxingDelegate.ImplicitlyTypedUnboxingResponsible
An 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.UnboxingResponsible
PrimitiveUnboxingDelegate. forReferenceType(TypeDefinition typeDefinition)
Creates an unboxing responsible that is capable of unboxing a wrapper type.
-