|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.convert.service.GenericConversionService
org.springframework.binding.convert.service.DefaultConversionService
public class DefaultConversionService
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.
Constructor Summary | |
---|---|
DefaultConversionService()
Creates a new default conversion service, installing the default converters. |
Method Summary | |
---|---|
protected void |
addDefaultAliases()
|
protected void |
addDefaultConverters()
Add all default converters to the conversion service. |
Methods inherited from class org.springframework.binding.convert.service.GenericConversionService |
---|
addAlias, addConverter, addConverter, executeConversion, executeConversion, getClassForAlias, getConversionExecutor, getConversionExecutor, getConversionExecutors, getConverter, getParent, getSourceClassConverters, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConversionService()
Method Detail |
---|
protected void addDefaultConverters()
protected void addDefaultAliases()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |