Package africa.absa.inception.json
Class DateTimeModule
- java.lang.Object
-
- com.fasterxml.jackson.databind.Module
-
- com.fasterxml.jackson.databind.module.SimpleModule
-
- africa.absa.inception.json.DateTimeModule
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned,Serializable
public class DateTimeModule extends com.fasterxml.jackson.databind.module.SimpleModuleThe DateTimeModule implements the custom Jackson module that registers the serializer and deserializer extensions that support the Java 8 Date/Time API.- Author:
- Marcus Portmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateTimeModule()Constructs a new DateTimeModule.
-
Method Summary
-
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
-
-