Class ConvertorFactory
java.lang.Object
org.frankframework.extensions.aspose.services.conv.impl.convertors.ConvertorFactory
Convertor factory instantiates all convertor types and keeps them in a map.
- Author:
- Gerard van der Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionConvertorFactory
(CisConversionService cisConversionService, CisConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptiongetConvertor
(org.springframework.http.MediaType mediaType) Returnnull
when no convertor is found.
-
Constructor Details
-
ConvertorFactory
-
-
Method Details
-
getConvertor
Returnnull
when no convertor is found.
-