Class | Description |
---|---|
DelegatingWebConnection |
Implementation of WebConnection that allows delegating to various WebConnection implementations.
|
DelegatingWebConnection.DelegateWebConnection | |
MockMvcWebClientBuilder |
Simplifies creating a WebClient that delegates to a MockMvc instance.
|
MockMvcWebConnection |
Allows
MockMvc to transform a WebRequest into a WebResponse . |
MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> |
Makes it easy to create a WebConnection that uses MockMvc and optionally delegates to
a real WebConnection for specific requests.
|