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 ArrayTypeTypes. ofArray(Type elementType, int dimensions)Returns anArrayTypefor 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 ArrayTypeArrayType. asArray()default ArrayTypeType. asArray()Returns this type as an array type.
-