mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 00:39:01 +00:00
Fix typo in validation chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3553 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
@@ -929,10 +929,10 @@ public interface ConverterFactory<S, R> {
|
||||
|
||||
}]]></programlisting>
|
||||
|
||||
<para> Parameterize S to be type you are converting from and R to be base
|
||||
type defining the <emphasis>range</emphasis> of classes you can convert
|
||||
to. Then implement getConverter(Class<T>), where T is a subclass
|
||||
of R. </para>
|
||||
<para> Parameterize S to be the type you are converting from and R to be
|
||||
the base type defining the <emphasis>range</emphasis> of classes you can
|
||||
convert to. Then implement getConverter(Class<T>), where T is a
|
||||
subclass of R. </para>
|
||||
|
||||
<para> Consider the <classname>StringToEnum</classname> ConverterFactory
|
||||
as an example: </para>
|
||||
|
||||
Reference in New Issue
Block a user