| Package | Description |
|---|---|
| net.obvj.confectory.util |
Utility classes in general.
|
| Modifier and Type | Field and Description |
|---|---|
static JsonPathExpression |
JsonPathExpression.ROOT
A pre-compiled
JsonPathExpression that represents the root element of a JSON
document ('$'). |
| Modifier and Type | Method and Description |
|---|---|
JsonPathExpression |
JsonPathExpression.append(String expression)
Produces a new
JsonPathExpression with the concatenation result of this
JsonPathExpression and the given expression. |
JsonPathExpression |
JsonPathExpression.appendChild(String name)
Produces a new
JsonPathExpression with the concatenation result of this
JsonPathExpression and the given child element name. |
Copyright © 2022. All rights reserved.