This commit is contained in:
Keith Donald
2009-10-17 06:10:59 +00:00
parent db9f25d6de
commit 44a238616c

View File

@@ -1757,7 +1757,7 @@ builder.addNestedMapper(new Mapper<AddressDto, Address>() {
<section id="org.springframework.mapping-FurtherReading">
<title>Further Reading</title>
<para>
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.
Consult the JavaDocs of <classname>MapperFactory</classname> and <classname>MapperBuilder</classname> in the <filename>org.springframework.mapping.support</filename> package for more information on the available configuration options.
</para>
<para>
Dozer is another general-purpose object mapper available in the open source Java community.