java.lang.Object
org.litebridgedb.convert.converter.LocalDateConverter
- All Implemented Interfaces:
Converter<LocalDate>,ConverterFunction<LocalDate>
-
Constructor Details
-
LocalDateConverter
public LocalDateConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterFunctionConverts the given value to the target type.- Specified by:
convertin interfaceConverterFunction<LocalDate>- Parameters:
value- the value to convert, may benull- Returns:
- the converted value, or
nullif the input wasnullor could not be converted
-
type
Description copied from interface:ConverterReturns the target Java class this converter handles.
-