Uses of Interface
jakarta.enterprise.lang.model.types.ArrayType
-
Packages that use ArrayType Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of ArrayType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return ArrayType Modifier and Type Method Description ArrayType
Types. ofArray(Type elementType, int dimensions)
Returns anArrayType
for the given element type and number of dimensions. -
Uses of ArrayType in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return ArrayType Modifier and Type Method Description default ArrayType
ArrayType. asArray()
default ArrayType
Type. asArray()
Returns this type as an array type.
-