T
- the type of the class that should be returned from the conversion.public interface Converter<T>
T convert(Method method, String input)
method
- the method invoked on the Config
objectinput
- the property value specified as input text to be converted to the T return typeCopyright © 2012-2013 Luigi R. Viggiano. All Rights Reserved.