See: Description
Interface | Description |
---|---|
NumericTimeBridge |
A bridge that converts a class in the jva.time package to a numeric field.
|
Class | Description |
---|---|
DurationBridge |
Converts a
Duration to a Long expressing the duration in nanoseconds. |
InstantBridge |
Store a
Instant in a numeric field representing it as the number of milliseconds form Epoch. |
LocalDateBridge |
Converts a
LocalDate to a String . |
LocalDateTimeBridge |
Converts a
LocalDateTime to a String . |
LocalTimeBridge |
Converts a
LocalTime to a String . |
MonthDayBridge |
Converts a
MonthDay to a String . |
OffsetDateTimeBridge |
Converts a
OffsetDateTime to a String . |
OffsetTimeBridge |
Converts a
OffsetTime to a String . |
PeriodBridge |
Converts a
Period to a String concatenating year, months and days. |
TemporalAccessorStringBridge<T extends java.time.temporal.TemporalAccessor> |
Base class for the conversion of
TemporalAccessor to String . |
YearBridge |
Converts a
Year to a Integer . |
YearMonthBridge |
Converts a
YearMonth to a String . |
ZonedDateTimeBridge |
Converts a
ZonedDateTime to a String . |
ZoneIdBridge |
Converts a
ZoneId to a String . |
ZoneOffsetBridge |
Converts a
ZoneOffset to a String . |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved