Package org.mockserver.model
Class JsonPathBody
-
-
Constructor Summary
Constructors Constructor Description JsonPathBody(String jsonPath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetValue()inthashCode()static JsonPathBodyjsonPath(String jsonPath)-
Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getOptional, getRawBytes, getType, withOptional
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
-
-
-
Constructor Detail
-
JsonPathBody
public JsonPathBody(String jsonPath)
-
-
Method Detail
-
jsonPath
public static JsonPathBody jsonPath(String jsonPath)
-
-