Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.assign.primitive |
Assigner implementations of this package
are capable of handling primitive types or the void type. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static PrimitiveUnboxingDelegate.UnboxingResponsible |
PrimitiveUnboxingDelegate.forReferenceType(TypeDescription typeDescription)
Creates an unboxing responsible that is capable of unboxing a wrapper type.
|
Copyright © 2014–2015. All rights reserved.