Interface JsonDateTimeFormatter
-
- All Known Implementing Classes:
CustomDateTimeFormatter,ISO8601DateTimeFormatter,MillisecondsSinceEpochFormatter,RFC2822DateTimeFormatter,SecondsSinceEpochFormatter,UnimplementedJsonDateTimeFormatter
public interface JsonDateTimeFormatter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringformatDate(SqlDate value)default StringformatTime(SqlTime value, int precision)default StringformatTimestamp(SqlTimestamp value)default StringformatTimestampWithZone(SqlTimestampWithTimeZone value)default StringformatTimeWithZone(SqlTimeWithTimeZone value)
-
-
-
Method Detail
-
formatTimeWithZone
default String formatTimeWithZone(SqlTimeWithTimeZone value)
-
formatTimestamp
default String formatTimestamp(SqlTimestamp value)
-
formatTimestampWithZone
default String formatTimestampWithZone(SqlTimestampWithTimeZone value)
-
-