Class PropertiesModuleSettings
java.lang.Object
com.foreach.across.modules.properties.PropertiesModuleSettings
@ConfigurationProperties(prefix="properties-module")
public class PropertiesModuleSettings
extends Object
- Author:
- Arne Vandamme
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.convert.ConversionService
void
setConversionService
(org.springframework.core.convert.ConversionService conversionService) void
setConversionServiceBean
(String conversionServiceBean)
-
Field Details
-
CONVERSION_SERVICE
Explicitly specify the default ConversionService instance to use for property maps. Value:ConversionService
- See Also:
-
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
-
setConversionServiceBean
-