org.springframework.binding.convert.support
Class DefaultConversionService

java.lang.Object
  extended by org.springframework.binding.convert.support.GenericConversionService
      extended by org.springframework.binding.convert.support.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.
 
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

DefaultConversionService

public DefaultConversionService()
Creates a new default conversion service, installing the default converters.

Method Detail

addDefaultConverters

protected void addDefaultConverters()
Add all default converters to the conversion service.



Copyright © 2009 Spring Framework. All Rights Reserved.