- All Implemented Interfaces:
Converter<Class>
Class to convert from a given FQCN (fully qualified class name) to a
Class object
-
Constructor Summary
Constructors
-
Method Summary
Returns a
Class instance representing the specified
String value.
Returns a
String instance representing the configuration parameter's value.
-
Constructor Details
-
ClassConverter
public ClassConverter()
-
Method Details
-
convertFrom
Returns a
Class instance representing the specified
String value.
- Specified by:
convertFrom in interface Converter<Class>
- Parameters:
value - The configuration parameter's String value
- Returns:
- A
Class instance representing the configuration parameter's value
-
convertTo
Returns a
String instance representing the configuration parameter's value.
- Specified by:
convertTo in interface Converter<Class>
- Parameters:
value - The configuration parameter's Class representation
- Returns:
- A
String instance representing the configuration parameter's typed value