Package org.jboss.jandex
Class ArrayType.Builder
- Enclosing class:
ArrayType
Convenient builder for
ArrayType
.- Since:
- 3.1.0
-
Field Summary
FieldsFields inherited from class org.jboss.jandex.Type.Builder
annotations, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.jandex.Type.Builder
addAnnotation, annotationsArray, self
-
Field Details
-
constituent
-
dimensions
private final int dimensions
-
-
Constructor Details
-
Builder
Builder(Type constituent, int dimensions)
-
-
Method Details
-
build
Returns the built array type.- Returns:
- the built array type
-