S - the source type converters created by this factory can convert fromR - the target range (or base) type converters created by this factory can convert to;
for example Number for a set of number subtypes.public interface ConverterFactory<S,R>
Implementations may additionally implement ConditionalConverter.
ConditionalConverter