All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static io.vertx.core.json.JsonObject |
adjuster() |
static io.vertx.core.json.JsonObject |
adjuster(String name) |
static void |
connect(Record record,
ConcurrentMap<String,DataMatrix> dataMatrix) |
static void |
connect(Record record,
ConcurrentMap<String,DataMatrix> keyMatrix,
ConcurrentMap<String,DataMatrix> dataMatrix,
Set<String> joins) |
static org.jooq.Converter |
converter(Class<?> type) |
static void |
debugAtom(Class<?> clazz,
String pattern,
Object... args) |
static void |
debugUca(Class<?> clazz,
String pattern,
Object... args) |
static <T,S> BiFunction<T,S,T> |
doBiFluent(io.vertx.up.log.Annal logger,
BiFunction<T,S,T> function) |
static <F,S,R> BiFunction<F,S,R> |
doBiStandard(io.vertx.up.log.Annal logger,
BiFunction<F,S,R> function) |
static <T> Function<T,Boolean> |
doBoolean(io.vertx.up.log.Annal logger,
Function<T,Boolean> function) |
static <T> Function<T,Boolean[]> |
doBooleans(io.vertx.up.log.Annal logger,
Function<T,Boolean[]> function) |
static <T> Function<T,Long> |
doCount(io.vertx.up.log.Annal logger,
Function<T,Long> function) |
static <T> Function<T,T> |
doFluent(io.vertx.up.log.Annal logger,
Function<T,T> function) |
static <T,R> Function<T,R> |
doStandard(io.vertx.up.log.Annal logger,
Function<T,R> function) |
static <T> Supplier<T> |
doSupplier(io.vertx.up.log.Annal logger,
Supplier<T> supplier) |
static void |
infoAtom(Class<?> clazz,
String pattern,
Object... args) |
static void |
infoInit(Class<?> clazz,
String pattern,
Object... args) |
static void |
infoPlugin(Class<?> clazz,
String pattern,
Object... args) |
static void |
infoSQL(io.vertx.up.log.Annal logger,
String pattern,
Object... args) |
static void |
infoUca(Class<?> clazz,
String pattern,
Object... args) |
static boolean |
isDebug() |
static String |
joinKey(Model model) |
static ConcurrentMap<String,Object> |
joinKeys(Model model,
Record record) |
static Class<?> |
pluginPin() |
static Record |
record(DataAtom atom) |
static Record |
record(io.vertx.core.json.JsonObject data,
DataAtom atom) |
static List<Record> |
records(DataAtom atom,
io.vertx.tp.plugin.excel.atom.ExTable table) |
static Record[] |
records(io.vertx.core.json.JsonArray data,
DataAtom atom) |
static DataAtom |
toAtom(io.vertx.core.json.JsonObject options) |
static AoDao |
toDao(io.vertx.up.commune.config.Database database,
DataAtom atom) |
static AoDao |
toDao(io.vertx.up.commune.config.Database database,
Supplier<DataAtom> supplier) |
static <ID> Object |
toKey(ID id) |
static <ID> ID |
toKey(io.vertx.core.json.JsonObject data,
DataAtom atom) |
static <ID> void |
toKey(io.vertx.core.json.JsonObject data,
DataAtom atom,
ID defaultKey) |
static Model |
toModel(String appName,
io.vertx.core.json.JsonObject modelJson) |
static Model |
toModel(String appName,
String file) |
static String |
toNamespace(String appName) |
static Schema |
toSchema(String appName,
io.vertx.core.json.JsonObject schemaJson) |
static Schema |
toSchema(String appName,
String file) |
static Switcher |
toSwitcher(io.vertx.up.commune.config.Identity identity,
io.vertx.core.json.JsonObject options) |