Package | Description |
---|---|
io.sphere.sdk.jsonnodes.queries |
Provides types to retrieve the state of json nodes.
|
Modifier and Type | Method and Description |
---|---|
static JsonNodeQuery |
JsonNodeQuery.of(String path) |
JsonNodeQuery |
JsonNodeQuery.plusExpansionPaths(Function<JsonNodeExpansionModel<com.fasterxml.jackson.databind.JsonNode>,ExpansionPathContainer<com.fasterxml.jackson.databind.JsonNode>> m) |
JsonNodeQuery |
JsonNodeQuery.plusPredicates(Function<JsonNodeQueryModel,QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQueryPredicateFunction) |
JsonNodeQuery |
JsonNodeQuery.plusPredicates(List<QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> queryPredicates) |
JsonNodeQuery |
JsonNodeQuery.plusPredicates(QueryPredicate<com.fasterxml.jackson.databind.JsonNode> queryPredicate) |
JsonNodeQuery |
JsonNodeQuery.plusSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.plusSort(List<QuerySort<com.fasterxml.jackson.databind.JsonNode>> sort) |
JsonNodeQuery |
JsonNodeQuery.plusSort(QuerySort<com.fasterxml.jackson.databind.JsonNode> sort) |
JsonNodeQuery |
JsonNodeQuery.withExpansionPaths(Function<JsonNodeExpansionModel<com.fasterxml.jackson.databind.JsonNode>,ExpansionPathContainer<com.fasterxml.jackson.databind.JsonNode>> m) |
JsonNodeQuery |
JsonNodeQuery.withFetchTotal(boolean fetchTotal) |
JsonNodeQuery |
JsonNodeQuery.withLimit(Long limit) |
JsonNodeQuery |
JsonNodeQuery.withOffset(Long offset) |
JsonNodeQuery |
JsonNodeQuery.withPredicates(Function<JsonNodeQueryModel,QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQueryPredicateFunction) |
JsonNodeQuery |
JsonNodeQuery.withPredicates(List<QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> queryPredicates) |
JsonNodeQuery |
JsonNodeQuery.withPredicates(QueryPredicate<com.fasterxml.jackson.databind.JsonNode> queryPredicate) |
JsonNodeQuery |
JsonNodeQuery.withSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.withSort(List<QuerySort<com.fasterxml.jackson.databind.JsonNode>> sort) |
JsonNodeQuery |
JsonNodeQuery.withSort(QuerySort<com.fasterxml.jackson.databind.JsonNode> sort) |
JsonNodeQuery |
JsonNodeQuery.withSortMulti(Function<JsonNodeQueryModel,List<QuerySort<com.fasterxml.jackson.databind.JsonNode>>> sortFunction) |