Interface DateTimeFormat
-
- All Known Implementing Classes:
DateTimeFormat.ISODateTimeFormat
public interface DateTimeFormatTransformer for time/date related string representations in JSON messages coming from the wal2json plugin.- Author:
- Jiri Pechanec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDateTimeFormat.ISODateTimeFormat
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDatedate(String s)static DateTimeFormatget()InstantsystemTimestampToInstant(String s)LocalTimetime(String s)InstanttimestampToInstant(String s)OffsetDateTimetimestampWithTimeZoneToOffsetDateTime(String s)OffsetTimetimeWithTimeZone(String s)
-
-
-
Method Detail
-
timestampWithTimeZoneToOffsetDateTime
OffsetDateTime timestampWithTimeZoneToOffsetDateTime(String s)
-
timeWithTimeZone
OffsetTime timeWithTimeZone(String s)
-
get
static DateTimeFormat get()
-
-