Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Method and Description |
---|---|
ResponseBodyMatchers |
OutputMessage.getBodyMatchers() |
ResponseBodyMatchers |
Response.getBodyMatchers() |
Modifier and Type | Method and Description |
---|---|
void |
OutputMessage.setBodyMatchers(ResponseBodyMatchers bodyMatchers) |
void |
Response.setBodyMatchers(ResponseBodyMatchers bodyMatchers) |
Modifier and Type | Method and Description |
---|---|
void |
OutputMessage.bodyMatchers(Consumer<ResponseBodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
void |
Response.bodyMatchers(Consumer<ResponseBodyMatchers> consumer)
Allows to set matchers for the body.
|
void |
OutputMessage.testMatchers(Consumer<ResponseBodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
void |
Response.testMatchers(Consumer<ResponseBodyMatchers> consumer)
Deprecated.
Deprecated in favor of bodyMatchers to support other future
bodyMatchers too
|
Copyright © 2016–2019 Spring. All rights reserved.