Uses of Interface
org.springframework.test.web.client.ResponseCreator
Packages that use ResponseCreator
Package
Description
Contains client-side REST testing support.
Contains built-in 
ResponseCreator
 implementations.- 
Uses of ResponseCreator in org.springframework.test.web.clientSubinterfaces of ResponseCreator in org.springframework.test.web.clientModifier and TypeInterfaceDescriptioninterfaceAn extension ofResponseActionsthat also implementsRequestMatcherandResponseCreatorClasses in org.springframework.test.web.client that implement ResponseCreatorModifier and TypeClassDescriptionclassDefault implementation ofRequestExpectationthat simply delegates to the request matchers and the response creator it contains.Methods in org.springframework.test.web.client that return ResponseCreatorModifier and TypeMethodDescriptionprotected ResponseCreatorDefaultRequestExpectation.getResponseCreator()Methods in org.springframework.test.web.client with parameters of type ResponseCreatorModifier and TypeMethodDescriptionvoidDefaultRequestExpectation.andRespond(ResponseCreator responseCreator) voidResponseActions.andRespond(ResponseCreator responseCreator) Define the response.
- 
Uses of ResponseCreator in org.springframework.test.web.client.responseClasses in org.springframework.test.web.client.response that implement ResponseCreatorModifier and TypeClassDescriptionclassAResponseCreatorwith builder-style methods for adding response details.classResponseCreatorthat obtains the response by executing the request through aClientHttpRequestFactory.Methods in org.springframework.test.web.client.response that return ResponseCreatorModifier and TypeMethodDescriptionstatic ResponseCreatorMockRestResponseCreators.withException(IOException ex) ResponseCreatorwith an internal applicationIOException.