public interface Converter<S,T>
T convert(S s)
s
- null
ConverterException
- if the conversion fails; note that to indicate a failure, the method may throw
other unchecked exceptions specific to the APIs involved in the conversionCopyright © 2004–2013 The Apache Software Foundation. All rights reserved.