Browse Source

Fix link to custom conversion section in reference documentation.

Closes: #4287
pull/4373/head
Thom 3 years ago committed by Christoph Strobl
parent
commit
238d8c5ed0
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 2
      src/main/asciidoc/reference/mapping.adoc

2
src/main/asciidoc/reference/mapping.adoc

@ -69,7 +69,7 @@ When querying and updating `MongoTemplate` will use the converter to handle conv @@ -69,7 +69,7 @@ When querying and updating `MongoTemplate` will use the converter to handle conv
== Data Mapping and Type Conversion
This section explains how types are mapped to and from a MongoDB representation. Spring Data MongoDB supports all types that can be represented as BSON, MongoDB's internal document format.
In addition to these types, Spring Data MongoDB provides a set of built-in converters to map additional types. You can provide your own converters to adjust type conversion. See <<mapping-explicit-converters>> for further details.
In addition to these types, Spring Data MongoDB provides a set of built-in converters to map additional types. You can provide your own converters to adjust type conversion. See <<mongo.custom-converters>> for further details.
The following provides samples of each available type conversion:

Loading…
Cancel
Save