Uses of Class
org.mockserver.model.XmlBody

Packages that use XmlBody
org.mockserver.client.serialization.model   
org.mockserver.client.serialization.serializers.body   
org.mockserver.model   
 

Uses of XmlBody in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return XmlBody
 XmlBody XmlBodyDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type XmlBody
XmlBodyDTO(XmlBody xmlBody)
           
XmlBodyDTO(XmlBody xmlBody, Boolean not)
           
 

Uses of XmlBody in org.mockserver.client.serialization.serializers.body
 

Methods in org.mockserver.client.serialization.serializers.body with parameters of type XmlBody
 void XmlBodySerializer.serialize(XmlBody xmlBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

Uses of XmlBody in org.mockserver.model
 

Methods in org.mockserver.model that return XmlBody
static XmlBody XmlBody.xml(String xml)
           
static XmlBody XmlBody.xml(String xml, Charset charset)
           
static XmlBody XmlBody.xml(String xml, com.google.common.net.MediaType contentType)
           
 



Copyright © 2017. All rights reserved.