| 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 | Method and Description | 
|---|---|
static PrimitiveNarrowingDelegate | 
PrimitiveNarrowingDelegate.forPrimitive(TypeDefinition typeDefinition)
Locates the delegate that is capable of narrowing the given type into another type. 
 | 
static PrimitiveNarrowingDelegate | 
PrimitiveNarrowingDelegate.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PrimitiveNarrowingDelegate[] | 
PrimitiveNarrowingDelegate.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2014–2025. All rights reserved.