public class ArrayCreator extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<Array> |
createArray(org.jboss.jandex.Type type) |
static Optional<Array> |
createArray(org.jboss.jandex.Type type,
boolean batched)
Create an Array for a Type.
|
static Optional<Array> |
createArray(org.jboss.jandex.Type fieldType,
org.jboss.jandex.Type methodType)
Create a array for a Field (that has properties and methods)
|
static Optional<Array> |
createArray(org.jboss.jandex.Type fieldType,
org.jboss.jandex.Type methodType,
boolean batched) |
public static Optional<Array> createArray(org.jboss.jandex.Type type, boolean batched)
type - the java method/argument typepublic static Optional<Array> createArray(org.jboss.jandex.Type fieldType, org.jboss.jandex.Type methodType)
fieldType - the java field typemethodType - the java method typeCopyright © 2018–2020. All rights reserved.