JsonNodeQuery |
JsonNodeQuery.plusPredicates(Function<JsonNodeQueryModel,QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQueryPredicateFunction) |
JsonNodeQuery |
JsonNodeQuery.plusSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.withPredicates(Function<JsonNodeQueryModel,QueryPredicate<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQueryPredicateFunction) |
JsonNodeQuery |
JsonNodeQuery.withSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.withSortMulti(Function<JsonNodeQueryModel,List<QuerySort<com.fasterxml.jackson.databind.JsonNode>>> sortFunction) |