Uses of Class
org.mockserver.model.Body
-
Packages that use Body Package Description org.mockserver.codec org.mockserver.model org.mockserver.serialization.model -
-
Uses of Body in org.mockserver.codec
Methods in org.mockserver.codec with parameters of type Body Modifier and Type Method Description io.netty.buffer.ByteBufBodyDecoderEncoder. bodyToByteBuf(Body body, String contentTypeHeader) -
Uses of Body in org.mockserver.model
Classes in org.mockserver.model with type parameters of type Body Modifier and Type Interface Description interfaceHttpObject<T extends HttpObject,B extends Body>Subclasses of Body in org.mockserver.model Modifier and Type Class Description classBinaryBodyclassBodyWithContentType<T>classJsonBodyclassJsonPathBodyclassJsonSchemaBodyclassParameterBodyclassRegexBodyclassStringBodyclassXmlBodyclassXmlSchemaBodyclassXPathBodyMethods in org.mockserver.model that return Body Modifier and Type Method Description BodyHttpRequest. getBody()Methods in org.mockserver.model with parameters of type Body Modifier and Type Method Description HttpRequestHttpRequest. withBody(Body body)The body match rules on such as using one of the Body subclasses as follows: -
Uses of Body in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return Body Modifier and Type Method Description abstract BodyBodyDTO. buildObject()Methods in org.mockserver.serialization.model with parameters of type Body Modifier and Type Method Description static BodyDTOBodyDTO. createDTO(Body body)
-