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