Uses of Interface
jakarta.enterprise.lang.model.types.PrimitiveType
- 
Packages that use PrimitiveType Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.types Interfaces that represent types. - 
- 
Uses of PrimitiveType in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return PrimitiveType Modifier and Type Method Description PrimitiveTypeTypes. ofPrimitive(PrimitiveType.PrimitiveKind kind)Returns aPrimitiveTypefor the given kind of primitive type. - 
Uses of PrimitiveType in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return PrimitiveType Modifier and Type Method Description default PrimitiveTypePrimitiveType. asPrimitive()default PrimitiveTypeType. asPrimitive()Returns this type as a primitive type. 
 -