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 831758b5719..67c616610b7 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -5079,7 +5079,7 @@ configure elements of the auto-configuration you can use the `@AutoConfigureJson annotation. Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath -libraries to check that JSON is as expected. The `JacksonHelper`, `GsonHelper` and +libraries to check that JSON is as expected. The `JacksonTester`, `GsonTester` and `BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any helper fields on the test class can be `@Autowired` when using `@JsonTest`.