クラス AbstractJsonPathAssertions<B>
java.lang.ObjectSE
org.springframework.test.web.support.AbstractJsonPathAssertions<B>
- 型パラメーター:
B
- ボディスペックの種類 (RestTestClient と WebTestClient 特有)
- 既知の直属サブクラス
JsonPathAssertions
,JsonPathAssertions
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
AbstractJsonPathAssertions
(B spec, StringSE content, StringSE expression, @Nullable com.jayway.jsonpath.Configuration configuration) メソッドのサマリー
修飾子と型メソッド説明boolean
exists()
int
hashCode()
isArray()
isEmpty()
isMap()
isNumber()
<T> B
value
(ClassSE<T> targetType, ConsumerSE<T> consumer) JSONPath 評価の結果を使用して、ターゲットクラスを提供します。<T> B
<T> B
value
(ConsumerSE<T> consumer) JSONPath 評価の結果を使用します。<T> B
<T> B
value
(ParameterizedTypeReference<T> targetType, ConsumerSE<T> consumer) JSONPath 評価の結果を使用し、パラメーター化された型を提供します。<T> B
value
(ParameterizedTypeReference<T> targetType, Matcher<? super T> matcher)
コンストラクターの詳細
AbstractJsonPathAssertions
メソッドの詳細
isEqualTo
exists
doesNotExist
isEmpty
isNotEmpty
hasJsonPath
doesNotHaveJsonPath
isBoolean
isNumber
isArray
isMap
value
value
value
value
JSONPath 評価の結果を使用します。value
JSONPath 評価の結果を使用して、ターゲットクラスを提供します。value
JSONPath 評価の結果を使用し、パラメーター化された型を提供します。equals
hashCode