Package | Description |
---|---|
org.springframework.boot.test.web.client |
Web client test utilities.
|
org.springframework.boot.web.client |
Web client utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalHostUriTemplateHandler
UriTemplateHandler will automatically prefix relative URIs with
localhost:${local.server.port} . |
Modifier and Type | Method and Description |
---|---|
static RootUriTemplateHandler |
RootUriTemplateHandler.addTo(RestTemplate restTemplate,
String rootUri)
Add a
RootUriTemplateHandler instance to the given RestTemplate . |
RootUriTemplateHandler |
RootUriTemplateHandler.withHandlerWrapper(Function<UriTemplateHandler,UriTemplateHandler> wrapper)
Derives a new
RootUriTemplateHandler from this one, wrapping its delegate
UriTemplateHandler by applying the given wrapper . |