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 . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.