Class DateModule
- java.lang.Object
-
- com.fasterxml.jackson.databind.Module
-
- com.fasterxml.jackson.databind.module.SimpleModule
-
- com.amazonaws.services.lambda.runtime.serialization.events.modules.DateModule
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned
,Serializable
public class DateModule extends com.fasterxml.jackson.databind.module.SimpleModule
The AWS API represents a date as a double, which specifies the fractional number of seconds since the epoch. Java's Date, however, represents a date as a long, which specifies the number of milliseconds since the epoch. This class is used to translate between these two formats. This class is copied from LambdaEventBridgeservice com.amazon.aws.lambda.stream.ddb.DateModule- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DateModule.Deserializer
static class
DateModule.Serializer
-
Constructor Summary
Constructors Constructor Description DateModule()
-
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
-
-