- 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