Package net.bytebuddy.implementation.bytecode.assign.primitive
@ByDefault
package net.bytebuddy.implementation.bytecode.assign.primitive
Assigner
implementations of this package
are capable of handling primitive types or the void
type. On assignments from or to reference types,
these assigners usually delegate a boxed assignment to a reference aware assigner.-
ClassDescriptionThis delegate is responsible for boxing a primitive types to their wrapper equivalents.This assigner is able to handle non-
void
, primitive types.This delegate is responsible for unboxing a wrapper type to their primitive equivalents.An explicitly types unboxing responsible is applied for directly unboxing a wrapper type.An unboxing responsible for an implicitly typed value.Implementations represent an unboxing delegate that is able to perform the unboxing operation.This delegate is responsible for widening a primitive type to represent a larger primitive type.A stack manipulation that widens a primitive type into a more general primitive type.This assigner is able to handle thevoid
type.