We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fddd2 commit 542e935Copy full SHA for 542e935
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
5079
annotation.
5080
5081
Spring Boot includes AssertJ based helpers that work with the JSONassert and JsonPath
5082
-libraries to check that JSON is as expected. The `JacksonHelper`, `GsonHelper` and
+libraries to check that JSON is as expected. The `JacksonTester`, `GsonTester` and
5083
`BasicJsonTester` classes can be used for Jackson, Gson and Strings respectively. Any
5084
helper fields on the test class can be `@Autowired` when using `@JsonTest`.
5085
0 commit comments