-
Constructor Summary
Constructors
-
Method Summary
Returns a
Short instance representing the specified
String value.
Returns a
String instance representing the configuration parameter's value.
-
Constructor Details
-
ShortConverter
public ShortConverter()
-
Method Details
-
convertFrom
Returns a
Short instance representing the specified
String value.
- Specified by:
convertFrom in interface Converter<Short>
- Parameters:
value - The configuration parameter's String value
- Returns:
- A
Short instance representing the configuration parameter's value
-
convertTo
Returns a
String instance representing the configuration parameter's value.
- Specified by:
convertTo in interface Converter<Short>
- Parameters:
value - The configuration parameter's Short value
- Returns:
- A
String instance representing the configuration parameter's typed value