Class LocalDateConverter
java.lang.Object
io.leandev.appfuse.converter.LocalDateConverter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalDateConverter
-
LocalDateConverter
public LocalDateConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterConverts the given value to the target type.- Specified by:
convertin interfaceConverter<LocalDate>- Parameters:
value- the value to convert- Returns:
- the converted value of type T
- Throws:
ConversionException- if the value cannot be converted
-