@FunctionalInterface public interface Converter<S,T>
T
convert(S value)
T convert(S value) throws ConvertException
value
ConvertException