public interface SpinJsonPathQuery
| Modifier and Type | Method and Description |
|---|---|
Boolean |
boolValue()
Fetches the boolean value from the result of JsonPath.
|
SpinJsonNode |
element()
Fetches the node from the result of JsonPath.
|
SpinList<SpinJsonNode> |
elementList()
Fetches the list of nodes from the result of JsonPath.
|
Number |
numberValue()
Fetches the number value from the result of JsonPath.
|
String |
stringValue()
Fetches the string value from the result of JsonPath.
|
SpinJsonNode element()
SpinJsonNode representation of the found nodeSpinJsonPathException - if node value is not a valid json path expression or the path is not found.SpinList<SpinJsonNode> elementList()
SpinList list of found nodesSpinJsonDataFormatException - if node value is not Array.String stringValue()
SpinJsonDataFormatException - if node value is not String.Number numberValue()
SpinJsonDataFormatException - if node value is not Number.Boolean boolValue()
SpinJsonDataFormatException - if node value is not Boolean.Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.