- All Implemented Interfaces:
Converter<Object>
Converts a value to an object via its single-String constructor.
-
Constructor Summary
Constructors
-
Method Summary
Performs a conversion between the given parameter value and the target type.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NewInstanceConverter
public NewInstanceConverter(Class<?> clazz)
-
Method Details
-
convert
Performs a conversion between the given parameter value and the target type.
- Specified by:
convert
in interface Converter<Object>
- Parameters:
paramValue
- the string value to convert.
- Returns:
- the resulting object.