Package org.picocontainer.converters
Interface Converter<T>
-
- All Known Implementing Classes:
NewInstanceConverter,UrlConverter
public interface Converter<T>Interface for type converters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(String parameterValue)Performs a conversion between the given parameter value and the target type.
-