Class OptaPlannerJacksonModule

java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.module.SimpleModule
org.optaplanner.persistence.jackson.api.OptaPlannerJacksonModule
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

public class OptaPlannerJacksonModule extends com.fasterxml.jackson.databind.module.SimpleModule
This class adds all Jackson serializers and deserializers.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module

    com.fasterxml.jackson.databind.Module.SetupContext
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.module.SimpleModule

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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Have the module loaded automatically via JacksonSolutionFileIO or use createModule().
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.fasterxml.jackson.databind.Module
    Jackson modules can be loaded automatically via ServiceLoader.

    Methods inherited from class com.fasterxml.jackson.databind.module.SimpleModule

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

    Methods inherited from class com.fasterxml.jackson.databind.Module

    getDependencies

    Methods inherited from class java.lang.Object

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

    • OptaPlannerJacksonModule

      @Deprecated(forRemoval=true) public OptaPlannerJacksonModule()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Have the module loaded automatically via JacksonSolutionFileIO or use createModule(). This constructor will be hidden in a future major version of OptaPlanner.
  • Method Details

    • createModule

      public static com.fasterxml.jackson.databind.Module createModule()
      Jackson modules can be loaded automatically via ServiceLoader. This will happen if you use JacksonSolutionFileIO. Otherwise, register the module with ObjectMapper.registerModule(Module).
      Returns:
      never null