Package | Description |
---|---|
org.mockserver.serialization.deserializers.body | |
org.mockserver.serialization.model |
Modifier and Type | Method and Description |
---|---|
BodyDTO |
BodyDTODeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
BodyDTO |
StrictBodyDTODeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryBodyDTO |
class |
BodyWithContentTypeDTO |
class |
JsonBodyDTO |
class |
JsonPathBodyDTO |
class |
JsonSchemaBodyDTO |
class |
LogEntryBodyDTO |
class |
ParameterBodyDTO |
class |
RegexBodyDTO |
class |
StringBodyDTO |
class |
XmlBodyDTO |
class |
XmlSchemaBodyDTO |
class |
XPathBodyDTO |
Modifier and Type | Method and Description |
---|---|
static BodyDTO |
BodyDTO.createDTO(Body<?> body) |
BodyDTO |
HttpRequestPrettyPrintedDTO.getBody() |
BodyDTO |
HttpRequestDTO.getBody() |
BodyDTO |
BodyDTO.withOptional(Boolean optional) |
Modifier and Type | Method and Description |
---|---|
HttpRequestDTO |
HttpRequestDTO.setBody(BodyDTO body) |
static String |
BodyDTO.toString(BodyDTO body) |
Copyright © 2022. All rights reserved.