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
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractJsonPathAssertions(B spec, String content, String expression, @Nullable com.jayway.jsonpath.Configuration configuration)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()inthashCode()isArray()isEmpty()isMap()isNumber()<T> BConsume the result of the JSONPath evaluation and provide a target class.<T> B<T> BConsume the result of the JSONPath evaluation.<T> BDelegates toJsonPathExpectationsHelper.assertValue(String, Matcher).<T> Bvalue(ParameterizedTypeReference<T> targetType, Consumer<T> consumer) Consume the result of the JSONPath evaluation and provide a parameterized type.<T> Bvalue(ParameterizedTypeReference<T> targetType, Matcher<? super T> matcher)  
- 
Constructor Details
- 
AbstractJsonPathAssertions
 
 - 
 - 
Method Details
- 
isEqualTo
 - 
exists
 - 
doesNotExist
 - 
isEmpty
 - 
isNotEmpty
 - 
hasJsonPath
 - 
doesNotHaveJsonPath
 - 
isBoolean
 - 
isNumber
 - 
isArray
 - 
isMap
 - 
value
Delegates toJsonPathExpectationsHelper.assertValue(String, Matcher). - 
value
 - 
value
 - 
value
 - 
value
 - 
value
Consume the result of the JSONPath evaluation and provide a parameterized type. - 
equals
 - 
hashCode
 
 -