Uses of Enum Class
jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
Packages that use PrimitiveType.PrimitiveKind
-
Uses of PrimitiveType.PrimitiveKind in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type PrimitiveType.PrimitiveKindModifier and TypeMethodDescriptionTypes.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.PrimitiveKindModifier and TypeMethodDescriptionPrimitiveType.primitiveKind()Returns the kind of this primitive type.static PrimitiveType.PrimitiveKindReturns the enum constant of this class with the specified name.static PrimitiveType.PrimitiveKind[]PrimitiveType.PrimitiveKind.values()Returns an array containing the constants of this enum class, in the order they are declared.