Uses of Class
org.mockserver.serialization.model.BodyDTO
-
Packages that use BodyDTO Package Description org.mockserver.serialization.deserializers.body org.mockserver.serialization.model org.mockserver.templates.engine.model -
-
Uses of BodyDTO in org.mockserver.serialization.deserializers.body
Methods in org.mockserver.serialization.deserializers.body that return BodyDTO Modifier and Type Method Description BodyDTO
BodyDTODeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of BodyDTO in org.mockserver.serialization.model
Subclasses of BodyDTO in org.mockserver.serialization.model Modifier and Type Class Description class
BinaryBodyDTO
class
BodyWithContentTypeDTO
class
JsonBodyDTO
class
JsonPathBodyDTO
class
JsonSchemaBodyDTO
class
LogEventBodyDTO
class
ParameterBodyDTO
class
RegexBodyDTO
class
StringBodyDTO
class
XmlBodyDTO
class
XmlSchemaBodyDTO
class
XPathBodyDTO
Methods in org.mockserver.serialization.model that return BodyDTO Modifier and Type Method Description static BodyDTO
BodyDTO. createDTO(Body body)
BodyDTO
HttpRequestDTO. getBody()
Methods in org.mockserver.serialization.model with parameters of type BodyDTO Modifier and Type Method Description HttpRequestDTO
HttpRequestDTO. setBody(BodyDTO body)
-
Uses of BodyDTO in org.mockserver.templates.engine.model
Methods in org.mockserver.templates.engine.model that return BodyDTO Modifier and Type Method Description BodyDTO
HttpRequestTemplateObject. getBody()
-