Class ConversionServiceConfiguration
java.lang.Object
com.foreach.across.modules.web.config.ConversionServiceConfiguration
Creates a default
FormattingConversionService
bean registered
as *mvcConversionService* if none is available from the parent context.- Since:
- 1.1.2
- Author:
- Arne Vandamme
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exposes the ConversionService to all prefixing mappers by default. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.format.support.FormattingConversionService
-
Constructor Details
-
ConversionServiceConfiguration
public ConversionServiceConfiguration()
-
-
Method Details
-
mvcConversionService
@Bean(name="mvcConversionService") @Exposed @ConditionalOnMissingBean(name="mvcConversionService") public org.springframework.format.support.FormattingConversionService mvcConversionService()
-