列挙型クラス JsonComponent.Scope

java.lang.ObjectSE
java.lang.EnumSE<JsonComponent.Scope>
org.springframework.boot.jackson.JsonComponent.Scope
実装されたすべてのインターフェース:
SerializableSEComparableSE<JsonComponent.Scope>ConstableSE
含まれているクラス:
JsonComponent

public static enum JsonComponent.Scope extends EnumSE<JsonComponent.Scope>
シリアライザー / デシリアライザーを登録できるさまざまなスコープ。
  • 列挙型定数の詳細

    • VALUES

      public static final JsonComponent.Scope VALUES
      通常の値コンテンツ用のシリアライザー / デシリアライザー。
      関連事項:
      • JsonSerializer
      • JsonDeserializer
    • KEYS

      public static final JsonComponent.Scope KEYS
      キー用のシリアライザー / デシリアライザー。
      関連事項:
      • JsonSerializer
      • KeyDeserializer
  • メソッドの詳細

    • values

      public static JsonComponent.Scope[] values()
      この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
      戻り値:
      この列挙型クラスの定数を宣言された順序で含む配列
    • valueOf

      public static JsonComponent.Scope valueOf(StringSE name)
      指定された名前でこのクラスの列挙型定数を返します。文字列は、このクラスで列挙型定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)
      パラメーター:
      name - 返される列挙定数の名前。
      戻り値:
      指定された名前の列挙定数
      例外:
      IllegalArgumentExceptionSE - この列挙型クラスに指定された名前の定数がない場合
      NullPointerExceptionSE - 引数が null の場合