Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Class and Description |
---|---|
class |
ResponseBodyMatchers
Body matchers for the response side (output message, REST response).
|
Modifier and Type | Method and Description |
---|---|
BodyMatchers |
Input.getBodyMatchers() |
BodyMatchers |
Request.getBodyMatchers() |
Modifier and Type | Method and Description |
---|---|
void |
Input.setBodyMatchers(BodyMatchers bodyMatchers) |
void |
Request.setBodyMatchers(BodyMatchers bodyMatchers) |
Modifier and Type | Method and Description |
---|---|
void |
Input.bodyMatchers(Consumer<BodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
void |
Request.bodyMatchers(Consumer<BodyMatchers> consumer)
Allows to set matchers for the body.
|
void |
Input.stubMatchers(Consumer<BodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
void |
Request.stubMatchers(Consumer<BodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
Copyright © 2016–2019 Spring. All rights reserved.