Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Class and Description |
---|---|
class |
UrlPath
Represents a url path.
|
Modifier and Type | Method and Description |
---|---|
Url |
Request.getUrl() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setUrl(Url url) |
Modifier and Type | Method and Description |
---|---|
void |
Request.url(DslProperty url,
Consumer<Url> consumer)
URL to which the request will be sent.
|
void |
Request.url(Object url,
Consumer<Url> consumer)
The URL of the contract.
|
Copyright © 2016–2019 Spring. All rights reserved.