git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2358 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-11-11 22:39:35 +00:00
parent a29f1965f7
commit a4aaf70871
@@ -795,7 +795,7 @@ public class StringToInteger implements Converter<String, Integer> {
<section id="core-convert-ConverterFactory-SPI">
<title>ConverterFactory</title>
<para>
When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a <interfacename>ConverterFactory</interfacename>ConverterFactory:
When you need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement a <interfacename>ConverterFactory</interfacename>:
</para>
<programlisting language="java"><![CDATA[
package org.springframework.core.converter;