Package org.jboss.jandex
Class ArrayType.Builder
- java.lang.Object
-
- org.jboss.jandex.Type.Builder<ArrayType.Builder>
-
- org.jboss.jandex.ArrayType.Builder
-
- Enclosing class:
- ArrayType
public static final class ArrayType.Builder extends Type.Builder<ArrayType.Builder>
Convenient builder forArrayType
.- Since:
- 3.1.0
-
-
Field Summary
Fields Modifier and Type Field Description private Type
constituent
private int
dimensions
-
Fields inherited from class org.jboss.jandex.Type.Builder
annotations, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayType
build()
Returns the built array type.-
Methods inherited from class org.jboss.jandex.Type.Builder
addAnnotation, annotationsArray, self
-
-