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