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