| Modifier and Type | Field and Description |
|---|---|
protected JqAnalyzer |
analyzer |
protected io.github.jklingsporn.vertx.jooq.future.VertxDAO |
vertxDAO |
| Constructor and Description |
|---|
ActionQr(JqAnalyzer analyzer) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Condition |
condition(io.vertx.core.json.JsonObject criteria) |
protected org.jooq.Condition |
conditionAnd(io.vertx.core.json.JsonObject criteria) |
protected org.jooq.DSLContext |
context() |
protected io.vertx.up.log.Annal |
logger()
The logger could be used by sub-class only
|
protected Collection<Object> |
parameters(Object value) |
<T> List<Object> |
searchPrimary(io.vertx.core.json.JsonObject criteria) |
protected <T> io.vertx.core.Future<T> |
successed(CompletableFuture<T> future) |
protected <T> io.vertx.core.Future<T> |
successed(CompletableFuture<Void> future,
T input) |
protected final transient io.github.jklingsporn.vertx.jooq.future.VertxDAO vertxDAO
protected final transient JqAnalyzer analyzer
public ActionQr(JqAnalyzer analyzer)
protected io.vertx.up.log.Annal logger()
protected <T> io.vertx.core.Future<T> successed(CompletableFuture<T> future)
protected <T> io.vertx.core.Future<T> successed(CompletableFuture<Void> future, T input)
protected Collection<Object> parameters(Object value)
protected org.jooq.DSLContext context()
protected org.jooq.Condition condition(io.vertx.core.json.JsonObject criteria)
protected org.jooq.Condition conditionAnd(io.vertx.core.json.JsonObject criteria)
Copyright © 2021. All rights reserved.