org.picocontainer.converters
Interface Converter<T>

All Known Implementing Classes:
NewInstanceConverter, UrlConverter

public interface Converter<T>

Interface for type converters.

Author:
Paul Hammant, Michael Rimov

Method Summary
 T convert(String parameterValue)
          Performs a conversion between the given parameter value and the target type.
 

Method Detail

convert

T convert(String parameterValue)
Performs a conversion between the given parameter value and the target type.

Parameters:
parameterValue - the string value to convert.
Returns:
the resulting object.


Copyright © 2003-2010 Codehaus. All Rights Reserved.