Package jakarta.enterprise.lang.model.types
Interfaces that represent types.
-
Interface Summary Interface Description ArrayType An array type is created from a component type.ClassType A class type, including interface types, enum types, annotation types and record types.ParameterizedType A parameterized type.PrimitiveType Primitive types are: boolean byte short int long float double charType A type is used in a program source code, but does not have to be declared anywhere.TypeVariable Type variables represent type parameters declared on generic classes or methods.VoidType Thevoid
pseudo-type.WildcardType A wildcard type. -
Enum Summary Enum Description PrimitiveType.PrimitiveKind The primitive type kind: boolean, byte, short, int, long, float, double, charType.Kind The type kind: void, primitive, class, array, parameterized type, type variable, wildcard type