Class JsonPathBodyDTO
- 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.JsonPathBodyDTO
-
-
Constructor Summary
Constructors Constructor Description JsonPathBodyDTO(JsonPathBody jsonPathBody)JsonPathBodyDTO(JsonPathBody jsonPathBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonPathBodybuildObject()StringgetJsonPath()-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Constructor Detail
-
JsonPathBodyDTO
public JsonPathBodyDTO(JsonPathBody jsonPathBody)
-
JsonPathBodyDTO
public JsonPathBodyDTO(JsonPathBody jsonPathBody, Boolean not)
-
-
Method Detail
-
getJsonPath
public String getJsonPath()
-
buildObject
public JsonPathBody buildObject()
- Specified by:
buildObjectin interfaceDTO<Body>- Specified by:
buildObjectin classBodyDTO
-
-