Uses of Class
org.springframework.test.web.client.match.JsonPathRequestMatchers
Packages that use JsonPathRequestMatchers Package Description org.springframework.test.web.client.match Contains built-inRequestMatcherimplementations.Uses of JsonPathRequestMatchers in org.springframework.test.web.client.match
Methods in org.springframework.test.web.client.match that return JsonPathRequestMatchers Modifier and Type Method Description static JsonPathRequestMatchersMockRestRequestMatchers. jsonPath(String expression, Object... args)Access to request body matchers using a JsonPath expression to inspect a specific subset of the body.