Package ch.tocco.nice2.conversion.api
Interface ConverterEngineFactory
- All Known Implementing Classes:
ConverterEngineFactoryImpl
public interface ConverterEngineFactory
A factory providing the client with the requested
ConverterEngine
.-
Method Summary
Modifier and TypeMethodDescription<T extends ConverterConfig>
ConverterEngine<T> getEngineForName
(String name, Class<T> configClass)
-
Method Details
-
getEngineForName
- Parameters:
name
- name of the converterconfigClass
- the expected class of the converter config- Returns:
- the requested converter engine
-