This commit is contained in:
Keith Donald 2009-11-11 22:39:35 +00:00
parent a90bf29765
commit 035a2beaf5
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ public class StringToInteger implements Converter<String, Integer> {
<section id="core-convert-ConverterFactory-SPI"> <section id="core-convert-ConverterFactory-SPI">
<title>ConverterFactory</title> <title>ConverterFactory</title>
<para> <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> </para>
<programlisting language="java"><![CDATA[ <programlisting language="java"><![CDATA[
package org.springframework.core.converter; package org.springframework.core.converter;