See: Description
Class | Description |
---|---|
DurationCodec |
Encodes and decodes
Duration objects to and from Decimal128 ,
such as 1000.000000100 . |
InstantCodec |
Encodes and decodes
Instant objects to and from Date . |
Jsr310CodecProvider |
Provides codecs for JSR-310 classes:
DurationCodec
InstantCodec
LocalDateCodec
LocalDateTimeCodec
LocalTimeCodec
MonthDayCodec
OffsetDateTimeCodec
OffsetTimeCodec
PeriodCodec
YearCodec
YearMonthCodec
ZonedDateTimeCodec
ZoneOffsetCodec
|
LocalDateCodec |
Encodes and decodes
LocalDate objects to and from Date . |
LocalDateTimeCodec |
Encodes and decodes
LocalDateTime objects to and from Date . |
LocalTimeCodec |
Encodes and decodes
LocalTime objects to and from Date . |
MonthDayCodec |
Encodes and decodes
MonthDay objects to and from Decimal128 ,
such as 2.15 . |
OffsetDateTimeCodec |
Encodes and decodes
OffsetDateTime objects to and from
String , such as 2007-12-03T10:15:30+01:00 . |
OffsetTimeCodec |
Encodes and decodes
OffsetTime objects to and from String ,
such as 10:15:30+01:00 . |
PeriodCodec |
Encodes and decodes
Period objects to and from String , such
as P6Y3M1D . |
YearCodec |
Encodes and decodes
Year objects to and from 32-bit integer . |
YearMonthCodec |
Encodes and decodes
YearMonth objects to and from Decimal128 ,
such as 2017.10 . |
ZonedDateTimeCodec |
Encodes and decodes
ZonedDateTime objects to and from String ,
such as 2007-12-03T10:15:30+01:00[Europe/Paris] . |
ZoneOffsetCodec |
Encodes and decodes
ZoneOffset objects to and from
32-bit integer . |
Copyright © 2017. All rights reserved.