polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2147 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
e0ab049202
commit
48daf7a571
|
|
@ -1564,7 +1564,7 @@ public class Account {
|
||||||
}
|
}
|
||||||
}]]></programlisting>
|
}]]></programlisting>
|
||||||
<para>
|
<para>
|
||||||
Now used in the following test case:
|
Now mapped between in the following test case:
|
||||||
</para>
|
</para>
|
||||||
<programlisting language="java"><![CDATA[
|
<programlisting language="java"><![CDATA[
|
||||||
@Test
|
@Test
|
||||||
|
|
@ -1757,7 +1757,7 @@ builder.addNestedMapper(new Mapper<AddressDto, Address>() {
|
||||||
<section id="org.springframework.mapping-FurtherReading">
|
<section id="org.springframework.mapping-FurtherReading">
|
||||||
<title>Further Reading</title>
|
<title>Further Reading</title>
|
||||||
<para>
|
<para>
|
||||||
Consult the JavaDocs of <classname>org.springframework.mapping.support.SpelMapper</classname> for more information on the implementation options.
|
Consult the JavaDocs of <classname>MapperFactory</classname> <classname>MapperBuilder</classname> in the <filename>org.springframework.mapping.support</filename> package for more information on the configuration options.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Dozer is another general-purpose object mapper available in the open source Java community.
|
Dozer is another general-purpose object mapper available in the open source Java community.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue