polish
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user