| Package | Description |
|---|---|
| io.sphere.sdk.jsonnodes.expansion |
Provides reference expansion models for json nodes.
|
| io.sphere.sdk.jsonnodes.queries |
Provides types to retrieve the state of json nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonNodeExpansionModel<com.fasterxml.jackson.databind.JsonNode> |
JsonNodeExpansionModel.of() |
| Modifier and Type | Method and Description |
|---|---|
JsonNodeQuery |
JsonNodeQuery.plusExpansionPaths(Function<JsonNodeExpansionModel<com.fasterxml.jackson.databind.JsonNode>,ExpansionPathContainer<com.fasterxml.jackson.databind.JsonNode>> m) |
JsonNodeQuery |
JsonNodeQuery.withExpansionPaths(Function<JsonNodeExpansionModel<com.fasterxml.jackson.databind.JsonNode>,ExpansionPathContainer<com.fasterxml.jackson.databind.JsonNode>> m) |