java.lang.Object
io.helidon.common.types.TypeNames
Commonly used type names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeNameHelidon access modifier (enum).static final TypeNameHelidon annotation type.static final TypeNameBoxed boolean type.static final TypeNameBoxed byte type.static final TypeNameBoxed char type.static final TypeNameBoxed double type.static final TypeNameBoxed float type.static final TypeNameBoxed int type.static final TypeNameBoxed long type.static final TypeNameBoxed short type.static final TypeNameBoxed void type.static final TypeNameType name forCollection.static final TypeNameType name forDuration.static final TypeNameHelidon element kind (enum).static final TypeNameHelidon Generated annotation type.static final TypeNameHelidonGenericType.static final TypeNameType name forList.static final TypeNameType name forMap.static final TypeNameType name forObject.static final TypeNameType name forOptional.static final TypeNamePrimitive boolean type.static final TypeNamePrimitive byte type.static final TypeNamePrimitive char type.static final TypeNamePrimitive double type.static final TypeNamePrimitive float type.static final TypeNamePrimitive int type.static final TypeNamePrimitive long type.static final TypeNamePrimitive short type.static final TypeNamePrimitive void type.static final TypeNameType name forRetention.static final TypeNameType name forSet.static final TypeNameType name forString.static final TypeNameType name forSupplier.static final TypeNameType name of the type name.static final TypeNameType name of typed element info. -
Method Summary
-
Field Details
-
STRING
Type name forString. -
OBJECT
Type name forObject. -
LIST
Type name forList. -
MAP
Type name forMap. -
SET
Type name forSet. -
OPTIONAL
Type name forOptional. -
SUPPLIER
Type name forSupplier. -
COLLECTION
Type name forCollection. -
DURATION
Type name forDuration. -
RETENTION
Type name forRetention. -
PRIMITIVE_BOOLEAN
Primitive boolean type. -
PRIMITIVE_BYTE
Primitive byte type. -
PRIMITIVE_SHORT
Primitive short type. -
PRIMITIVE_INT
Primitive int type. -
PRIMITIVE_LONG
Primitive long type. -
PRIMITIVE_CHAR
Primitive char type. -
PRIMITIVE_FLOAT
Primitive float type. -
PRIMITIVE_DOUBLE
Primitive double type. -
PRIMITIVE_VOID
Primitive void type. -
BOXED_BOOLEAN
Boxed boolean type. -
BOXED_BYTE
Boxed byte type. -
BOXED_SHORT
Boxed short type. -
BOXED_INT
Boxed int type. -
BOXED_LONG
Boxed long type. -
BOXED_CHAR
Boxed char type. -
BOXED_FLOAT
Boxed float type. -
BOXED_DOUBLE
Boxed double type. -
BOXED_VOID
Boxed void type. -
TYPE_NAME
Type name of the type name. -
TYPED_ELEMENT_INFO
Type name of typed element info. -
ANNOTATION
Helidon annotation type. -
ELEMENT_KIND
Helidon element kind (enum). -
ACCESS_MODIFIER
Helidon access modifier (enum). -
GENERATED
Helidon Generated annotation type. -
GENERIC_TYPE
HelidonGenericType.
-