| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
abstract Body |
BodyDTO.buildObject() |
| Modifier and Type | Method and Description |
|---|---|
static BodyDTO |
BodyDTO.createDTO(Body body) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBody |
class |
BodyWithContentType<T> |
class |
JsonBody |
class |
JsonSchemaBody |
class |
ParameterBody |
class |
RegexBody |
class |
StringBody |
class |
XmlBody |
class |
XmlSchemaBody |
class |
XPathBody |
| Modifier and Type | Method and Description |
|---|---|
Body |
HttpRequest.getBody() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.withBody(Body body)
The body match rules on such as using one of the Body subclasses as follows:
|
Copyright © 2018. All rights reserved.