java.lang.Object
io.helidon.common.types.TypeNames
Commonly used type names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeName
Helidon access modifier (enum).static final TypeName
Helidon annotation type.static final TypeName
Boxed boolean type.static final TypeName
Boxed byte type.static final TypeName
Boxed char type.static final TypeName
Boxed double type.static final TypeName
Boxed float type.static final TypeName
Boxed int type.static final TypeName
Boxed long type.static final TypeName
Boxed short type.static final TypeName
Boxed void type.static final TypeName
Type name forCollection
.static final TypeName
Type name forDuration
.static final TypeName
Helidon element kind (enum).static final TypeName
Helidon Generated annotation type.static final TypeName
HelidonGenericType
.static final TypeName
Type name forInherited
.static final TypeName
Type name forList
.static final TypeName
Type name forMap
.static final TypeName
Type name forObject
.static final TypeName
Type name forOptional
.static final TypeName
Primitive boolean type.static final TypeName
Primitive byte type.static final TypeName
Primitive char type.static final TypeName
Primitive double type.static final TypeName
Primitive float type.static final TypeName
Primitive int type.static final TypeName
Primitive long type.static final TypeName
Primitive short type.static final TypeName
Primitive void type.static final TypeName
Type name forRetention
.static final TypeName
Type name forSet
.static final TypeName
Type name forString
.static final TypeName
Type name forSupplier
.static final TypeName
Type name of the type name.static final TypeName
Type 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
. -
INHERITED
Type name forInherited
. -
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
.
-