org.springframework.binding.convert.service
Class DefaultConversionService
java.lang.Object
org.springframework.binding.convert.service.GenericConversionService
org.springframework.binding.convert.service.DefaultConversionService
- All Implemented Interfaces:
- ConversionService
public class DefaultConversionService
- extends GenericConversionService
Default, local implementation of a conversion service. Will automatically register from string converters for
a number of standard Java types like Class, Number, Boolean and so on.
- Author:
- Keith Donald
Constructor Summary |
DefaultConversionService()
Creates a new default conversion service, installing the default converters. |
Methods inherited from class org.springframework.binding.convert.service.GenericConversionService |
addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getConversionExecutors, getParent, setParent |
DefaultConversionService
public DefaultConversionService()
- Creates a new default conversion service, installing the default converters.