public interface Converter<S,T>
T convert(S s)
s - The source objectnullConverterException - 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–2018 The Apache Software Foundation. All rights reserved.