Uses of Class
jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
Packages that use PrimitiveType.PrimitiveKind 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.PrimitiveKind in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type PrimitiveType.PrimitiveKind Modifier and Type Method Description PrimitiveTypeTypes. ofPrimitive(PrimitiveType.PrimitiveKind kind)Returns aPrimitiveTypefor the given kind of primitive type. -
Uses of PrimitiveType.PrimitiveKind in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return PrimitiveType.PrimitiveKind Modifier and Type Method Description PrimitiveType.PrimitiveKindPrimitiveType. primitiveKind()Returns the kind of this primitive type.static PrimitiveType.PrimitiveKindPrimitiveType.PrimitiveKind. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveType.PrimitiveKind[]PrimitiveType.PrimitiveKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-