Uses of Class
jakarta.enterprise.lang.model.types.Type.Kind
-
Packages that use Type.Kind Package Description jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of Type.Kind in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return Type.Kind Modifier and Type Method Description default Type.Kind
ArrayType. kind()
default Type.Kind
ClassType. kind()
default Type.Kind
ParameterizedType. kind()
default Type.Kind
PrimitiveType. kind()
Type.Kind
Type. kind()
Returns the kind of this type.default Type.Kind
TypeVariable. kind()
default Type.Kind
VoidType. kind()
default Type.Kind
WildcardType. kind()
static Type.Kind
Type.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Type.Kind[]
Type.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-