Class AbstractJsonPathAssertions<B>

java.lang.Object
org.springframework.test.web.support.AbstractJsonPathAssertions<B>
Type Parameters:
B - the type of body spec (RestTestClient vs WebTestClient specific)
Direct Known Subclasses:
JsonPathAssertions, JsonPathAssertions

public abstract class AbstractJsonPathAssertions<B> extends Object
Base class for applying JsonPath assertions in RestTestClient and WebTestClient.
Since:
7.0
Author:
Rob Worsnop, Rossen Stoyanchev
See Also: