Generated by
JDiff

Class org.springframework.test.web.client.response.MockRestResponseCreators

Changed Methods
DefaultResponseCreator withSuccess(byte[], MediaType) Documentation changed from old to new.
{@code ResponseCreator} for a 200 response (OK) with byte[] body.
DefaultResponseCreator withSuccess(Resource, MediaType) Documentation changed from old to new.
{@code ResponseCreator} for a 200 response (OK) content with Resource-based body.