Class ConversionServiceConfiguration
java.lang.Object
com.foreach.across.modules.properties.config.ConversionServiceConfiguration
The PropertiesModule requires a ConversionService to be present.
If no ConversionService is detected or configured as property, one will be created and exposed.
- Author:
- Arne Vandamme
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.convert.ConversionService
-
Field Details
-
CONVERSION_SERVICE_BEAN
- See Also:
-
-
Constructor Details
-
ConversionServiceConfiguration
public ConversionServiceConfiguration()
-
-
Method Details
-
propertiesConversionService
@Bean(name="propertiesConversionService") public org.springframework.core.convert.ConversionService propertiesConversionService()
-