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