Uses of Class
org.mockserver.model.XPathBody

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

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

Methods in org.mockserver.client.serialization.model that return XPathBody
 XPathBody XPathBodyDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type XPathBody
XPathBodyDTO(XPathBody xPathBody)
           
XPathBodyDTO(XPathBody xPathBody, Boolean not)
           
 

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

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

Uses of XPathBody in org.mockserver.model
 

Methods in org.mockserver.model that return XPathBody
static XPathBody XPathBody.xpath(String xpath)
           
 



Copyright © 2016. All rights reserved.