Kactoos

kactoos-jvm / nnl.rocks.kactoos.time

Package nnl.rocks.kactoos.time

Time.

Types

Name Summary
DateAsText class DateAsText : Text
Formatter for date instances. Formats the date using the provided formatter.
DateOf class DateOf : Scalar<Date>
Parser for Date instances. Parsing the date using the provided formatter.
Iso class Iso : Scalar<DateTimeFormatter>
Default formatter
LocalDateAsText class LocalDateAsText : Text
Formatter for LocalDate instances.
LocalDateTimeAsText class LocalDateTimeAsText : Text
Formatter for LocalDateTime instances.
LocalDateTimeOf class LocalDateTimeOf : Scalar<LocalDateTime>
Parser for LocalDateTime instances. Parses the date using the formatter to create LocalDateTime instances.
OffsetDateTimeAsText class OffsetDateTimeAsText : Text
Formatter for OffsetDateTime instances.
OffsetDateTimeOf class OffsetDateTimeOf : Scalar<OffsetDateTime>
Parser for OffsetDateTime instances. Parses the date using the formatter to create OffsetDateTime instances.
ZonedDateTimeAsText class ZonedDateTimeAsText : Text
Formatter for ZonedDateTime instances.
ZonedDateTimeOf class ZonedDateTimeOf : Scalar<ZonedDateTime>
Parser for ZonedDateTime instances.