Interface WebTestClient.Bodyspec<B, s extends WebTestClient.Bodyspec<B,s>>

Type Parameters:
B - the body type
s - a self reference to the spec type
All Known subinterfaces:
WebTestClient.ListBodyspec<E>
Enclosing interface:
WebTestClient

public static interface WebTestClient.Bodyspec<B, s extends WebTestClient.Bodyspec<B,s>>
spec for expectations on the response body decoded to a single Object.
since:
5.0
Author:
Rossen stoyanchev, Brian Clozel, sam Brannen, MichaƂ Rowicki