Interface ConverterEngineFactory

All Known Implementing Classes:
ConverterEngineFactoryImpl

public interface ConverterEngineFactory
A factory providing the client with the requested ConverterEngine.
  • Method Details

    • getEngineForName

      <T extends ConverterConfig> ConverterEngine<T> getEngineForName(String name, Class<T> configClass)
      Parameters:
      name - name of the converter
      configClass - the expected class of the converter config
      Returns:
      the requested converter engine