Uses of Class
org.jboss.jandex.ArrayType
-
Packages that use ArrayType Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of ArrayType in org.jboss.jandex
Methods in org.jboss.jandex that return ArrayType Modifier and Type Method Description ArrayType
ArrayType. asArrayType()
ArrayType
Type. asArrayType()
Casts this type to anArrayType
and returns it if the kind isType.Kind.ARRAY
.ArrayType
ArrayType.Builder. build()
Returns the built array type.static ArrayType
ArrayType. create(Type constituent, int dimensions)
Create a new array type instance with the specified number of dimensions and the specified constituent type.
-