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