Class PropertiesModuleSettings

java.lang.Object
com.foreach.across.modules.properties.PropertiesModuleSettings

@ConfigurationProperties(prefix="properties-module") public class PropertiesModuleSettings extends Object
Author:
Arne Vandamme
  • Field Details

    • CONVERSION_SERVICE

      public static final String CONVERSION_SERVICE
      Explicitly specify the default ConversionService instance to use for property maps.

      Value: ConversionService

      See Also:
    • CONVERSION_SERVICE_BEAN

      public static final String CONVERSION_SERVICE_BEAN
      Specify the name fo the ConversionService bean to use for the property maps. If a bean name is specified but the bean is not found, the module will not bootstrap.

      Value: String

      See Also:
  • Constructor Details

    • PropertiesModuleSettings

      public PropertiesModuleSettings()
  • Method Details

    • getConversionService

      public org.springframework.core.convert.ConversionService getConversionService()
    • setConversionService

      public void setConversionService(org.springframework.core.convert.ConversionService conversionService)
    • getConversionServiceBean

      public String getConversionServiceBean()
    • setConversionServiceBean

      public void setConversionServiceBean(String conversionServiceBean)