Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.assign.primitive |
Assigner implementations of this package
are capable of handling primitive types or the void type. |
Class and Description |
---|
PrimitiveBoxingDelegate
This delegate is responsible for boxing a primitive types to their wrapper equivalents.
|
PrimitiveUnboxingDelegate
This delegate is responsible for unboxing a wrapper type to their primitive equivalents.
|
PrimitiveUnboxingDelegate.ExplicitlyTypedUnboxingResponsible
An explicitly types unboxing responsible is applied for directly unboxing a wrapper type.
|
PrimitiveUnboxingDelegate.UnboxingResponsible
Implementations represent an unboxing delegate that is able to perform the unboxing operation.
|
PrimitiveWideningDelegate
This delegate is responsible for widening a primitive type to represent a larger primitive type.
|
Copyright © 2014–2019. All rights reserved.