public interface Inquiry
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Inquiry.Op |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CRITERIA |
static String |
KEY_PAGER |
static String |
KEY_PROJECTION |
static String |
KEY_SORTER |
| Modifier and Type | Method and Description |
|---|---|
static Inquiry |
create(io.vertx.core.json.JsonObject data)
Create Inquiry
|
static void |
ensureType(io.vertx.core.json.JsonObject checkJson,
String key,
Class<?> type,
Predicate<Object> predicate,
Class<?> target)
Query key checking for search operation
|
Criteria |
getCriteria()
Get criteria
|
Pager |
getPager()
Get pager
|
Set<String> |
getProjection()
Get projection
|
Sorter |
getSorter()
Get Sorter
|
io.vertx.core.json.JsonObject |
toJson()
To JsonObject
|
static final String KEY_PAGER
static final String KEY_SORTER
static final String KEY_CRITERIA
static final String KEY_PROJECTION
Pager getPager()
Sorter getSorter()
Criteria getCriteria()
io.vertx.core.json.JsonObject toJson()
static Inquiry create(io.vertx.core.json.JsonObject data)
data - Copyright © 2018. All rights reserved.