| Package | Description | 
|---|---|
| net.bytebuddy.implementation.bytecode.collection | This package is dedicated to creating  StackManipulations
 that create collections or arrays from a given number of values. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ArrayFactory.ArrayCreator.ForPrimitiveTypeAn array creator implementation for primitive types. | 
| static class  | ArrayFactory.ArrayCreator.ForReferenceTypeAn array creator implementation for reference types. | 
| Constructor and Description | 
|---|
| ArrayFactory(TypeDescription.Generic componentType,
            ArrayFactory.ArrayCreator arrayCreator)Creates a new array factory with a given
  ArrayFactory.ArrayCreatorwithout inferring the type from the component type. | 
Copyright © 2014–2024. All rights reserved.