Uses of Class
org.mockserver.model.XmlBody
-
Packages that use XmlBody Package Description org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.body -
-
Uses of XmlBody in org.mockserver.model
Methods in org.mockserver.model that return XmlBody Modifier and Type Method Description static XmlBody
XmlBody. xml(String xml)
static XmlBody
XmlBody. xml(String xml, Charset charset)
static XmlBody
XmlBody. xml(String xml, MediaType contentType)
-
Uses of XmlBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return XmlBody Modifier and Type Method Description XmlBody
XmlBodyDTO. buildObject()
Constructors in org.mockserver.serialization.model with parameters of type XmlBody Constructor Description XmlBodyDTO(XmlBody xmlBody)
XmlBodyDTO(XmlBody xmlBody, Boolean not)
-
Uses of XmlBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type XmlBody Modifier and Type Method Description void
XmlBodySerializer. serialize(XmlBody xmlBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-