| Class | Description |
|---|---|
| DurationLongConverter |
Class to handle the conversion between java.time.Duration and a Long form.
|
| DurationStringConverter |
Class to handle the conversion between java.time.Duration and a String form.
|
| InstantLongConverter |
Class to handle the conversion between java.time.Instant and Long (of the epoch millisecs).
|
| InstantStringConverter |
Class to handle the conversion between java.time.Instant and a String form.
|
| InstantTimestampConverter |
Class to handle the conversion between java.time.Instant and java.sql.Timestamp
|
| LocalDateDateConverter |
Class to handle the conversion between java.time.LocalDate and java.util.Date.
|
| LocalDateSqlDateConverter |
Class to handle the conversion between java.time.LocalDate and java.sql.Date.
|
| LocalDateStringConverter |
Class to handle the conversion between java.time.LocalDate and a String form.
|
| LocalDateTimeDateConverter |
Class to handle the conversion between java.time.LocalDateTime and java.util.Date.
|
| LocalDateTimeStringConverter |
Class to handle the conversion between java.time.LocalDateTime and a String form.
|
| LocalDateTimeTimestampConverter |
Class to handle the conversion between java.time.LocalDateTime and java.sql.Timestamp
|
| LocalTimeDateConverter |
Class to handle the conversion between java.time.LocalTime and java.util.Date.
|
| LocalTimeLongConverter |
Class to handle the conversion between java.time.LocalTime and a long form (nanos of day).
|
| LocalTimeSqlTimeConverter |
Class to handle the conversion between java.time.LocalTime and java.sql.Time.
|
| LocalTimeStringConverter |
Class to handle the conversion between java.time.LocalTime and a String form.
|
| MonthDayComponentsConverter |
Class to handle the conversion between java.time.MonthDay and int[] (the month and the day).
|
| MonthDayStringConverter |
Class to handle the conversion between java.time.MonthDay and String.
|
| OffsetDateTimeDateConverter |
Class to handle the conversion between java.time.OffsetDateTime and java.util.Date.
|
| OffsetDateTimeStringConverter |
Class to handle the conversion between java.time.OffsetDateTime and a String form.
|
| OffsetDateTimeTimestampConverter |
Class to handle the conversion between java.time.OffsetDateTime and java.sql.Timestamp
|
| OffsetTimeLongConverter |
Class to handle the conversion between java.time.OffsetTime and a long form (nanos of day).
|
| OffsetTimeSqlTimeConverter |
Class to handle the conversion between java.time.OffsetTime and java.sql.Time.
|
| OffsetTimeStringConverter |
Class to handle the conversion between java.time.OffsetTime and a String form.
|
| PeriodStringConverter |
Class to handle the conversion between java.time.Period and a String form.
|
| YearIntegerConverter |
Class to handle the conversion between java.time.Year and Integer.
|
| YearMonthComponentsConverter |
Class to handle the conversion between java.time.YearMonth and int[] (the year and the month).
|
| YearMonthStringConverter |
Class to handle the conversion between java.time.YearMonth and String.
|
| YearStringConverter |
Class to handle the conversion between java.time.Year and String.
|
| ZoneIdStringConverter |
Class to handle the conversion between java.time.ZoneId and String.
|
| ZoneOffsetStringConverter |
Class to handle the conversion between java.time.ZoneOffset and String.
|
Copyright © 2016. All rights reserved.