Package org.springframework.test.web.client.response
@NonNullApi
@NonNullFields
package org.springframework.test.web.client.response
Contains built-in
ResponseCreator
implementations. Use
MockRestResponseCreators
to gain access to instances of those implementations.-
ClassDescriptionA
ResponseCreator
with builder-style methods for adding response details.ResponseCreator
that obtains the response by executing the request through aClientHttpRequestFactory
.Static factory methods to obtain aResponseCreator
with a fixed response.