public class DefaultConversionService extends GenericConversionService
Constructor and Description |
---|
DefaultConversionService()
Creates a new default conversion service, installing the default converters.
|
DefaultConversionService(org.springframework.core.convert.ConversionService delegateConversionService)
Creates a new default conversion service with an instance of a Spring ConversionService.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addDefaultAliases() |
protected void |
addDefaultConverters()
Add all default converters to the conversion service.
|
addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getDelegateConversionService, getParent, setParent
public DefaultConversionService()
public DefaultConversionService(org.springframework.core.convert.ConversionService delegateConversionService)
delegateConversionService
- the Spring conversion serviceprotected void addDefaultConverters()
GenericConversionService
protected void addDefaultAliases()