Package org.mockserver.model
Class JsonPathBody
-
public class JsonPathBody extends Body
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description JsonPathBody(String jsonPath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
static JsonPathBody
jsonPath(String jsonPath)
-
Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getRawBytes, getType
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-