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