Package org.picocontainer.converters
Class NewInstanceConverter
- java.lang.Object
-
- org.picocontainer.converters.NewInstanceConverter
-
-
Constructor Summary
Constructors Constructor Description NewInstanceConverter(Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String paramValue)
Performs a conversion between the given parameter value and the target type.
-