| Package | Description |
|---|---|
| net.obvj.jsonmerge |
The main package
|
| net.obvj.jsonmerge.util |
Utility classes in general
|
| Modifier and Type | Method and Description |
|---|---|
JsonPathExpression |
JsonMergeOption.getPath()
Returns a
JsonPath expression that represents a specific path of the JSON
document to receive special handling during the merge |
| 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. |
JsonPathExpression |
JsonPathExpression.appendIndex(int index)
Produces a new
JsonPathExpression with the concatenation result of this
JsonPathExpression and a given index. |
JsonPathExpression |
JsonPathExpression.cleanUp()
Performs a cleanup of the path associated with this
JsonPathExpression. |
Copyright © 2025. All rights reserved.