クラス JsonMixinModuleEntries.Builder

java.lang.ObjectSE
org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
含まれているクラス:
JsonMixinModuleEntries

public static class JsonMixinModuleEntries.Builder extends ObjectSE
JsonMixinModuleEntries のビルダー。
  • メソッドの詳細

    • and

      public JsonMixinModuleEntries.Builder and(StringSE typeClassName, StringSE mixinClassName)
      指定されたクラス名のマッピングを追加します。
      パラメーター:
      typeClassName - 型クラス名
      mixinClassName - ミックスインのクラス名
      戻り値:
      this、メソッドの連鎖を容易にする
    • and

      public JsonMixinModuleEntries.Builder and(ClassSE<?> type, ClassSE<?> mixinClass)
      指定されたクラスのマッピングを追加します。
      パラメーター:
      type - 型クラス
      mixinClass - ミックスインクラス
      戻り値:
      this、メソッドの連鎖を容易にする