Package net.jazdw.rql.converter
Class DefaultValueConverter.LocalDateConverter
java.lang.Object
net.jazdw.rql.converter.DefaultValueConverter.LocalDateConverter
- All Implemented Interfaces:
ValueConverter<LocalDate>
- Enclosing class:
DefaultValueConverter
public static class DefaultValueConverter.LocalDateConverter
extends Object
implements ValueConverter<LocalDate>
DefaultValueConverter for ISO 8601 formatted local date (with no time), no zone or offset is specified.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LocalDateConverter
public LocalDateConverter()
-
-
Method Details
-
convert
Description copied from interface:ValueConverterConverts a string value to its Java representation- Specified by:
convertin interfaceValueConverter<LocalDate>- Parameters:
textValue- e.g.2015-01-01- Returns:
- converted value
-