クラス JsonMixinModuleEntries.Builder

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

public static class JsonMixinModuleEntries.Builder extends ObjectSE
JsonMixinModuleEntries のビルダー。
導入:
4.0.0
作成者:
Stephane Nicoll
  • メソッドの詳細

    • and

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

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