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 © 2013. All Rights Reserved.