Class XPathBodyDTO
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.model.ObjectWithJsonToString
-
- org.mockserver.serialization.model.NotDTO
-
- org.mockserver.serialization.model.BodyDTO
-
- org.mockserver.serialization.model.XPathBodyDTO
-
-
Constructor Summary
Constructors Constructor Description XPathBodyDTO(XPathBody xPathBody)
XPathBodyDTO(XPathBody xPathBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathBody
buildObject()
String
getXPath()
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
getXPath
public String getXPath()
-
buildObject
public XPathBody buildObject()
- Specified by:
buildObject
in interfaceDTO<Body>
- Specified by:
buildObject
in classBodyDTO
-
-