Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Method and Description |
---|---|
DslProperty |
OutputMessage.$(ClientDslProperty client)
Deprecated.
- use the server dsl property
|
DslProperty |
Input.$(ClientDslProperty client) |
DslProperty |
Request.$(ClientDslProperty client)
Allows to set a dynamic value for the given element.
|
DslProperty |
Common.$(ClientDslProperty client,
ServerDslProperty server) |
DslProperty |
Common.$(ServerDslProperty server,
ClientDslProperty client) |
DslProperty |
OutputMessage.value(ClientDslProperty clientDslProperty)
Deprecated.
- use the server dsl property
|
DslProperty |
Input.value(ClientDslProperty client) |
DslProperty |
Request.value(ClientDslProperty client)
Allows to set a dynamic value for the given element.
|
DslProperty |
Common.value(ClientDslProperty client,
ServerDslProperty server) |
DslProperty |
Response.value(ClientDslProperty client,
ServerDslProperty server)
Allows to set a dynamic value for the given element.
|
DslProperty |
Request.value(ClientDslProperty client,
ServerDslProperty server)
Allows to set a dynamic value for client and server side.
|
DslProperty |
Common.value(ServerDslProperty server,
ClientDslProperty client) |
DslProperty |
Response.value(ServerDslProperty server,
ClientDslProperty client)
Allows to set a dynamic value for the given element.
|
DslProperty |
Request.value(ServerDslProperty server,
ClientDslProperty client)
Allows to set a dynamic value for client and server side.
|
Copyright © 2016–2019 Spring. All rights reserved.