org.mockserver.client.serialization.model
Class XPathBodyDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.client.serialization.model.NotDTO
              extended by org.mockserver.client.serialization.model.BodyDTO
                  extended by org.mockserver.client.serialization.model.XPathBodyDTO

public class XPathBodyDTO
extends BodyDTO

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
protected XPathBodyDTO()
           
  XPathBodyDTO(XPathBody xPathBody)
           
  XPathBodyDTO(XPathBody xPathBody, Boolean not)
           
 
Method Summary
 XPathBody buildObject()
           
 String getXPath()
           
 
Methods inherited from class org.mockserver.client.serialization.model.BodyDTO
createDTO, getType
 
Methods inherited from class org.mockserver.client.serialization.model.NotDTO
getNot, setNot
 
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathBodyDTO

public XPathBodyDTO(XPathBody xPathBody)

XPathBodyDTO

public XPathBodyDTO(XPathBody xPathBody,
                    Boolean not)

XPathBodyDTO

protected XPathBodyDTO()
Method Detail

getXPath

public String getXPath()

buildObject

public XPathBody buildObject()
Specified by:
buildObject in class BodyDTO


Copyright © 2016. All rights reserved.