org.mockserver.model
Class XPathBody

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.model.Not
              extended by org.mockserver.model.Body
                  extended by org.mockserver.model.XPathBody

public class XPathBody
extends Body

Author:
jamesdbloom

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mockserver.model.Body
Body.Type
 
Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
XPathBody(String xpath)
           
 
Method Summary
 String getValue()
           
static XPathBody xpath(String xpath)
           
 
Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getRawBytes, getType
 
Methods inherited from class org.mockserver.model.Not
getNot, isNot, not, not, 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

XPathBody

public XPathBody(String xpath)
Method Detail

getValue

public String getValue()
Specified by:
getValue in class Body

xpath

public static XPathBody xpath(String xpath)


Copyright © 2017. All rights reserved.