| Package | Description |
|---|---|
| org.springframework.cloud.contract.spec.internal |
| Modifier and Type | Method and Description |
|---|---|
UrlPath |
Request.getUrlPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setUrlPath(UrlPath urlPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.urlPath(DslProperty path,
Consumer<UrlPath> consumer)
URL to which the request will be sent.
|
void |
Request.urlPath(String path,
Consumer<UrlPath> consumer)
URL to which the request will be sent.
|
Copyright © 2016–2020 Spring. All rights reserved.