Package org.citrusframework.config
Class CitrusConversionServiceConfiguration
java.lang.Object
org.citrusframework.config.CitrusConversionServiceConfiguration
Optional configuration providing a
ConversionService with Citrus-related converters.
This configuration is necessary only when using Spring without Spring Boot. Spring Boot includes a standard conversion service that automatically detects and uses relevant converters by default.
- Since:
- 4.0
- Author:
- Thorsten Schlathoelter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.support.ConversionServiceFactoryBeanconversionService(Set<org.springframework.core.convert.converter.Converter<?, ?>> converters)
-
Constructor Details
-
CitrusConversionServiceConfiguration
public CitrusConversionServiceConfiguration()
-
-
Method Details
-
conversionService
@Bean(name="conversionService") public org.springframework.context.support.ConversionServiceFactoryBean conversionService(Set<org.springframework.core.convert.converter.Converter<?, ?>> converters)
-