java.lang.Object
io.helidon.common.types.TypeValues
Deprecated, for removal: This API element is subject to removal in a future version.
Constants to be used with
TypeInfo and TypedElementInfo.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Annotation element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Interface element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Constructor element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Enum element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Field element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Interface element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Method element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Package element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Parameter element type kind.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Record element type kind (since Java 16).static final StringDeprecated, for removal: This API element is subject to removal in a future version.Theabstractmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Thedefaultmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Thefinalmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Theprivatemodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Theprotectedmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Thepublicmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Thesealedmodifier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Thestaticmodifier. -
Method Summary
-
Field Details
-
MODIFIER_PUBLIC
Deprecated, for removal: This API element is subject to removal in a future version.Thepublicmodifier.- See Also:
-
MODIFIER_PROTECTED
Deprecated, for removal: This API element is subject to removal in a future version.Theprotectedmodifier.- See Also:
-
MODIFIER_PRIVATE
Deprecated, for removal: This API element is subject to removal in a future version.Theprivatemodifier.- See Also:
-
MODIFIER_ABSTRACT
Deprecated, for removal: This API element is subject to removal in a future version.Theabstractmodifier.- See Also:
-
MODIFIER_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.Thedefaultmodifier.- See Also:
-
MODIFIER_STATIC
Deprecated, for removal: This API element is subject to removal in a future version.Thestaticmodifier.- See Also:
-
MODIFIER_SEALED
Deprecated, for removal: This API element is subject to removal in a future version.Thesealedmodifier.- See Also:
-
MODIFIER_FINAL
Deprecated, for removal: This API element is subject to removal in a future version.Thefinalmodifier.- See Also:
-
KIND_FIELD
Deprecated, for removal: This API element is subject to removal in a future version.Field element type kind. See javax.lang.model.element.ElementKind#FIELD- See Also:
-
KIND_METHOD
Deprecated, for removal: This API element is subject to removal in a future version.Method element type kind. See javax.lang.model.element.ElementKind#METHOD- See Also:
-
KIND_CONSTRUCTOR
Deprecated, for removal: This API element is subject to removal in a future version.Constructor element type kind. See javax.lang.model.element.ElementKind#CONSTRUCTOR- See Also:
-
KIND_PARAMETER
Deprecated, for removal: This API element is subject to removal in a future version.Parameter element type kind. See javax.lang.model.element.ElementKind#PARAMETER- See Also:
-
KIND_INTERFACE
Deprecated, for removal: This API element is subject to removal in a future version.Interface element type kind. See javax.lang.model.element.ElementKind#INTERFACE- See Also:
-
KIND_CLASS
Deprecated, for removal: This API element is subject to removal in a future version.Interface element type kind. See javax.lang.model.element.ElementKind#CLASS- See Also:
-
KIND_ENUM
Deprecated, for removal: This API element is subject to removal in a future version.Enum element type kind. See javax.lang.model.element.ElementKind#ENUM- See Also:
-
KIND_ANNOTATION_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.Annotation element type kind. See javax.lang.model.element.ElementKind#ANNOTATION_TYPE- See Also:
-
KIND_PACKAGE
Deprecated, for removal: This API element is subject to removal in a future version.Package element type kind. See javax.lang.model.element.ElementKind#PACKAGE- See Also:
-
KIND_RECORD
Deprecated, for removal: This API element is subject to removal in a future version.Record element type kind (since Java 16). See javax.lang.model.element.ElementKind#RECORD- See Also:
-
ElementKind,ModifierandAccessModifierinstead, and appropriate methods that return these types