public interface Converter<S,T>
T convert(S source)
source
- the source object to convert, which must be an instance of SIllegalArgumentException
- if the source could not be converted to the desired target typeCopyright © 2012. All Rights Reserved.