Package | Description |
---|---|
ej.rest.web |
Modifier and Type | Method and Description |
---|---|
static JSONPathQuery |
Resty.path(java.lang.String string)
Create a JSONPathQuery to extract data from a JSON object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JSONResource.get(JSONPathQuery aQuery)
Gets the partial JSON object or attribute as specified in the path expression.
|
JSONResource |
JSONResource.json(JSONPathQuery path)
Execute the given path query on the json GET the returned URI expecting JSON
|
JSONResource |
JSONResource.json(JSONPathQuery path,
Content content)
Execute the given path query on the json and POST to the returned URI expecting JSON
|
TextResource |
JSONResource.text(JSONPathQuery path)
Execute the given path query on the json and use the returned string as an URI expecting text/*
|