Uses of Class
org.jboss.jandex.ArrayType
-
-
Uses of ArrayType in org.jboss.jandex
Methods in org.jboss.jandex that return ArrayType Modifier and Type Method Description ArrayTypeArrayType. asArrayType()ArrayTypeType. asArrayType()Casts this type to anArrayTypeand returns it if the kind isType.Kind.ARRAYThrows an exception otherwise.static ArrayTypeArrayType. create(Type component, int dimensions)Create a new mock array type instance with the specified component and dimensions.
-