Harmonize javadoc urls in developer guide

Issue: SPR-13613
This commit is contained in:
Stephane Nicoll
2015-10-27 14:31:00 +01:00
parent 400749667a
commit 9bed389d1f
15 changed files with 115 additions and 107 deletions

View File

@@ -7179,7 +7179,7 @@ unmarshal XML from an external source, set the `supportedClasses` property on th
This will make sure that only the registered classes are eligible for unmarshalling.
Additionally, you can register
{javadoc-baseurl}/org/springframework/oxm/xstream/XStreamMarshaller.html#setConverters(com.thoughtworks.xstream.converters.ConverterMatcher...)[custom
{api-spring-framework}/oxm/xstream/XStreamMarshaller.html#setConverters(com.thoughtworks.xstream.converters.ConverterMatcher...)[custom
converters] to make sure that only your supported classes can be unmarshalled. You might
want to add a `CatchAllConverter` as the last converter in the list, in addition to
converters that explicitly support the domain classes that should be supported. As a