Converter
ConverterProvider
static <T> StringConverter<T>
of(Function<String,T> from, Function<T,String> to)