Uses of Class
org.jboss.jandex.ArrayType.Builder
-
Packages that use ArrayType.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of ArrayType.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return ArrayType.Builder Modifier and Type Method Description static ArrayType.Builder
ArrayType. builder(Type constituent, int dimensions)
Create a builder of an array type.
-