Package | Description |
---|---|
net.bytebuddy.implementation.bytecode.collection |
This package is dedicated to creating
StackManipulation s
that create collections or arrays from a given number of values. |
Modifier and Type | Class and Description |
---|---|
static class |
ArrayFactory.ArrayCreator.ForPrimitiveType
An array creator implementation for primitive types.
|
static class |
ArrayFactory.ArrayCreator.ForReferenceType
An array creator implementation for reference types.
|
Modifier and Type | Field and Description |
---|---|
private ArrayFactory.ArrayCreator |
ArrayFactory.arrayCreator
The array creator delegate that supplies suitable opcodes for the creation of an array and the storage of
values inside it.
|
Modifier and Type | Method and Description |
---|---|
private static ArrayFactory.ArrayCreator |
ArrayFactory.makeArrayCreatorFor(TypeDefinition componentType)
Creates a suitable array creator for the given component type.
|
Constructor and Description |
---|
ArrayFactory(TypeDescription.Generic componentType,
ArrayFactory.ArrayCreator arrayCreator)
Creates a new array factory with a given
ArrayFactory.ArrayCreator
without inferring the type from the component type. |