parser property

Parser<TomlLocalDate> parser
final

Parser for a TOML local date value.

Implementation

static final Parser<TomlLocalDate> parser =
    TomlFullDate.parser.map(TomlLocalDate.new);