Class CharsetConverter
java.lang.Object
com.github.joschi.jadconfig.converters.CharsetConverter
Converter for type
Charset- Author:
- jschalanda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CharsetConverter
public CharsetConverter()
-
-
Method Details
-
convertFrom
- Specified by:
convertFromin interfaceConverter<Charset>- Parameters:
value- The configuration parameter'sStringvalue- Returns:
- A
Charsetinstance representing the configuration parameter's value - See Also:
-
convertTo
Returns aStringinstance representing the the configuration parameter's value.
-