Skip to content

Commit 12018fb

Browse files
committed
Fix formatting in Web MVC HTTP Message Conversion documentation
Signed-off-by: Yurii Platunov <furachannel16@gmail.com>
1 parent ac243fa commit 12018fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework-docs/modules/ROOT/pages/web/webmvc/message-converters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By default, this converter supports `text/xml` and `application/xml`.
4545
| `JacksonJsonHttpMessageConverter`
4646
| An `HttpMessageConverter` implementation that can read and write JSON by using Jackson's `JsonMapper`.
4747
You can customize JSON mapping as needed through the use of Jackson's provided annotations.
48-
When you need further control (for cases where custom JSON serializers/deserializers need to be provided for specific types), you can inject a custom `JsonMapper` through the `JsonMapper` or `JsonMapper.Builder ` constructor parameters.
48+
When you need further control (for cases where custom JSON serializers/deserializers need to be provided for specific types), you can inject a custom `JsonMapper` through the `JsonMapper` or `JsonMapper.Builder` constructor parameters.
4949
By default, this converter supports `application/json`. This requires the `tools.jackson.core:jackson-databind` dependency.
5050

5151
| `JacksonXmlHttpMessageConverter`

0 commit comments

Comments
 (0)