|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.convert.support.GenericConversionService
org.springframework.binding.convert.support.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 |
addDefaultConverters()
Add all default converters to the conversion service. |
Methods inherited from class org.springframework.binding.convert.support.GenericConversionService |
---|
addAlias, addConverter, addConverter, addConverters, addDefaultAlias, getAliasMap, getClassByAlias, getConversionExecutor, getConversionExecutorByTargetAlias, getConversionExecutorsForSource, 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |