public class ArrayCreator extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<Array> |
createArray(org.jboss.jandex.Type type)
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)
|
Copyright © 2018–2020. All rights reserved.