クラス JsonPathAssertions
java.lang.ObjectSE
org.springframework.test.web.support.AbstractJsonPathAssertions<WebTestClient.BodyContentSpec>
org.springframework.test.web.reactive.server.JsonPathAssertions
JsonPath アサーション。
- 導入:
- 5.0
- 作成者:
- Rossen Stoyanchev, Stephane Nicoll, Rob Worsnop
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ConsumerSE ベースの変異体を推奨するvalue(ParameterizedTypeReference<T> targetType, Matcher<? super T> matcher) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ConsumerSE ベースの変異体を推奨するクラス AbstractJsonPathAssertions から継承されたメソッド
doesNotExist, doesNotHaveJsonPath, equals, exists, getBodySpec, getContent, getPathHelper, hashCode, hasJsonPath, isArray, isBoolean, isEmpty, isEqualTo, isMap, isNotEmpty, isNumber, value, value, value
メソッドの詳細
value
@DeprecatedSE(since="7.0", forRemoval=true) public <T> WebTestClient.BodyContentSpec value(Matcher<? super T> matcher) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ConsumerSE ベースの変異体を推奨するvalue
@DeprecatedSE(since="7.0", forRemoval=true) public <T> WebTestClient.BodyContentSpec value(ClassSE<T> targetType, Matcher<? super T> matcher) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ConsumerSE ベースの変異体を推奨するvalue
@DeprecatedSE(since="7.0", forRemoval=true) public <T> WebTestClient.BodyContentSpec value(ParameterizedTypeReference<T> targetType, Matcher<? super T> matcher) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ConsumerSE ベースの変異体を推奨する
ConsumerSE ベースの変異体を推奨する