クラス JacksonMixinModule

java.lang.ObjectSE
tools.jackson.databind.JacksonModule
tools.jackson.databind.module.SimpleModule
org.springframework.boot.jackson.JacksonMixinModule
実装されているすべてのインターフェース:
SerializableSE, tools.jackson.core.Versioned

public class JacksonMixinModule extends tools.jackson.databind.module.SimpleModule
JacksonModule を使用して @JacksonMixin アノテーション付きクラスを検索し、register を使用して @JacksonMixin アノテーション付きクラスを検索します。
導入:
4.0.0
作成者:
Guirong Hu, Stephane Nicoll
関連事項:
  • ネストされたクラスの要約

    クラス tools.jackson.databind.JacksonModule から継承されたネストクラス / インターフェース

    tools.jackson.databind.JacksonModule.SetupContext
  • フィールドのサマリー

    クラス tools.jackson.databind.module.SimpleModule から継承されたフィールド

    _abstractTypes, _defaultNullKeySerializer, _defaultNullValueSerializer, _deserializerModifier, _deserializers, _id, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    指定された entries を登録します。

    クラス tools.jackson.databind.module.SimpleModule から継承されたメソッド

    _checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getRegistrationId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDefaultNullKeySerializer, setDefaultNullValueSerializer, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version

    クラス tools.jackson.databind.JacksonModule から継承されたメソッド

    getDependencies

    クラス ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • JacksonMixinModule

      public JacksonMixinModule()
  • メソッドの詳細

    • registerEntries

      public void registerEntries(JacksonMixinModuleEntries entries, @Nullable ClassLoaderSE classLoader)
      指定された entries を登録します。
      パラメーター:
      entries - このインスタンスに登録するエントリ
      classLoader - 使用するクラスローダー