Class ConversionServiceConfiguration

java.lang.Object
com.foreach.across.modules.properties.config.ConversionServiceConfiguration

@Configuration public class ConversionServiceConfiguration extends Object
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 Details

  • Constructor Details

    • ConversionServiceConfiguration

      public ConversionServiceConfiguration()
  • Method Details

    • propertiesConversionService

      @Bean(name="propertiesConversionService") public org.springframework.core.convert.ConversionService propertiesConversionService()