diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a94e15d3b4..e56067e90d 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1227,8 +1227,8 @@ If you're developing a RESTful API that makes use of hypermedia, Spring Boot pro auto-configuration for Spring HATEOAS that works well with most applications. The auto-configuration replaces the need to use `@EnableHypermediaSupport` and registers a number of beans to ease building hypermedia-based applications including a -`LinkDiscoverer` and an `ObjectMapper` configured to correctly marshal responses into the -desired representation. The `ObjectMapper` will be customized based on the +`LinkDiscoverers` (for client side support) and an `ObjectMapper` configured to correctly +marshal responses into the desired representation. The `ObjectMapper` will be customized based on the `spring.jackson.*` properties or a `Jackson2ObjectMapperBuilder` bean if one exists. You can take control of Spring HATEOAS's configuration by using