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.KindArrayType. kind()default Type.KindClassType. kind()default Type.KindParameterizedType. kind()default Type.KindPrimitiveType. kind()Type.KindType. kind()Returns the kind of this type.default Type.KindTypeVariable. kind()default Type.KindVoidType. kind()default Type.KindWildcardType. kind()static Type.KindType.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.
-