Class JsonMixinModule

java.lang.Object
tools.jackson.databind.JacksonModule
tools.jackson.databind.module.SimpleModule
org.springframework.boot.jackson.JsonMixinModule
All Implemented Interfaces:
Serializable, tools.jackson.core.Versioned

public class JsonMixinModule extends tools.jackson.databind.module.SimpleModule
Spring Bean and Jackson Module to find and register @JsonMixin-annotated classes.
Since:
4.0.0
Author:
Guirong Hu, Stephane Nicoll
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.JacksonModule

    tools.jackson.databind.JacksonModule.SetupContext
  • Field Summary

    Fields inherited from class tools.jackson.databind.module.SimpleModule

    _abstractTypes, _defaultNullKeySerializer, _defaultNullValueSerializer, _deserializerModifier, _deserializers, _id, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerEntries(JsonMixinModuleEntries entries, @Nullable ClassLoader classLoader)
    Register the specified entries.

    Methods inherited from class 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

    Methods inherited from class tools.jackson.databind.JacksonModule

    getDependencies

    Methods inherited from class java.lang.Object

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

    • JsonMixinModule

      public JsonMixinModule()
  • Method Details

    • registerEntries

      public void registerEntries(JsonMixinModuleEntries entries, @Nullable ClassLoader classLoader)
      Register the specified entries.
      Parameters:
      entries - the entries to register to this instance
      classLoader - the classloader to use