Class TypeValues

java.lang.Object
io.helidon.common.types.TypeValues

@Deprecated(forRemoval=true) public final class TypeValues extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use ElementKind, Modifier and AccessModifier instead, and appropriate methods that return these types
Constants to be used with TypeInfo and TypedElementInfo.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Annotation element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Interface element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructor element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Enum element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Field element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Interface element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Method element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Package element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Parameter element type kind.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Record element type kind (since Java 16).
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The abstract modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The default modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The final modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The private modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The protected modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The public modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The sealed modifier.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The static modifier.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODIFIER_PUBLIC

      public static final String MODIFIER_PUBLIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      The public modifier.
      See Also:
    • MODIFIER_PROTECTED

      public static final String MODIFIER_PROTECTED
      Deprecated, for removal: This API element is subject to removal in a future version.
      The protected modifier.
      See Also:
    • MODIFIER_PRIVATE

      public static final String MODIFIER_PRIVATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The private modifier.
      See Also:
    • MODIFIER_ABSTRACT

      public static final String MODIFIER_ABSTRACT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The abstract modifier.
      See Also:
    • MODIFIER_DEFAULT

      public static final String MODIFIER_DEFAULT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The default modifier.
      See Also:
    • MODIFIER_STATIC

      public static final String MODIFIER_STATIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      The static modifier.
      See Also:
    • MODIFIER_SEALED

      public static final String MODIFIER_SEALED
      Deprecated, for removal: This API element is subject to removal in a future version.
      The sealed modifier.
      See Also:
    • MODIFIER_FINAL

      public static final String MODIFIER_FINAL
      Deprecated, for removal: This API element is subject to removal in a future version.
      The final modifier.
      See Also:
    • KIND_FIELD

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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: