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 BodyDTOBodyDTODeserializer. 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 classBinaryBodyDTOclassBodyWithContentTypeDTOclassJsonBodyDTOclassJsonPathBodyDTOclassJsonSchemaBodyDTOclassParameterBodyDTOclassRegexBodyDTOclassStringBodyDTOclassXmlBodyDTOclassXmlSchemaBodyDTOclassXPathBodyDTOMethods in org.mockserver.serialization.model that return BodyDTO Modifier and Type Method Description static BodyDTOBodyDTO. createDTO(Body body)BodyDTOHttpRequestDTO. getBody()Methods in org.mockserver.serialization.model with parameters of type BodyDTO Modifier and Type Method Description HttpRequestDTOHttpRequestDTO. 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 BodyDTOHttpRequestTemplateObject. getBody()
-