doc updates

This commit is contained in:
Keith Donald 2009-11-20 05:07:33 +00:00
parent b896457586
commit 5716360936
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ public interface ConversionService {
<bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean" />]]> <bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean" />]]>
</programlisting> </programlisting>
<para> <para>
A default ConversionService can convert betweenstrings, numbers, enums, collections, maps, and other common types. A default ConversionService can convert between strings, numbers, enums, collections, maps, and other common types.
To suppliment or override the default converters with your own custom converter(s), set the <code>converters</code> property. To suppliment or override the default converters with your own custom converter(s), set the <code>converters</code> property.
Property values may implement either of the Converter, ConverterFactory, or GenericConverter interfaces. Property values may implement either of the Converter, ConverterFactory, or GenericConverter interfaces.
</para> </para>