Uses of Package
net.bytebuddy.implementation.bytecode.assign.primitive
Packages that use net.bytebuddy.implementation.bytecode.assign.primitive
Package
Description
Assigner
implementations of this package
are capable of handling primitive types or the void
type.-
Classes in net.bytebuddy.implementation.bytecode.assign.primitive used by net.bytebuddy.implementation.bytecode.assign.primitiveClassDescriptionThis delegate is responsible for boxing a primitive types to their wrapper equivalents.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.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.