Interface WebTestClient.BodySpec<B,​S extends WebTestClient.BodySpec<B,​S>>

  • Type Parameters:
    S - a self reference to the spec type
    B - the body 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.