| Modifier and Type | Method and Description |
|---|---|
DataAtom |
DataGroup.atom() |
static DataAtom |
DataAtom.get(String appName,
String identifier) |
DataAtom |
DataAtom.ruleConnect(io.vertx.up.commune.rule.RuleUnique channelRule)
规则的链接
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<DataAtom,DataQuote> |
DataAtom.ref() |
| Modifier and Type | Method and Description |
|---|---|
static DataGroup |
DataGroup.create(DataAtom atom) |
static DataEvent |
DataEvent.create(DataAtom atom,
AoSentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
DataAtom |
DataTpl.atom() |
| Modifier and Type | Method and Description |
|---|---|
DataTpl |
DataTpl.on(DataAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
static DataAtom |
Ao.toAtom(io.vertx.core.json.JsonObject options) |
| Modifier and Type | Method and Description |
|---|---|
static Record |
Ao.record(DataAtom atom) |
static Record |
Ao.record(io.vertx.core.json.JsonObject data,
DataAtom atom) |
static List<Record> |
Ao.records(DataAtom atom,
io.vertx.tp.plugin.excel.atom.ExTable table) |
static Record[] |
Ao.records(io.vertx.core.json.JsonArray data,
DataAtom atom) |
static AoDao |
Ao.toDao(io.vertx.up.commune.config.Database database,
DataAtom atom) |
static <ID> ID |
Ao.toKey(io.vertx.core.json.JsonObject data,
DataAtom atom) |
static <ID> void |
Ao.toKey(io.vertx.core.json.JsonObject data,
DataAtom atom,
ID defaultKey) |
| Modifier and Type | Method and Description |
|---|---|
static AoDao |
Ao.toDao(io.vertx.up.commune.config.Database database,
Supplier<DataAtom> supplier) |
| Modifier and Type | Method and Description |
|---|---|
AoDao |
AbstractDao.mount(DataAtom atom) |
AoDao |
AoDao.mount(DataAtom atom)
挂载到元数据中,主要用于链接 metadata
|
| Modifier and Type | Field and Description |
|---|---|
protected DataAtom |
AbstractUtil.atom |
| Modifier and Type | Method and Description |
|---|---|
T |
AoBinder.on(DataAtom atom)
绑定一个 Atom 元数据
|
T |
AbstractUtil.on(DataAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
default T |
DataPlugin.bind(DataAtom atom) |
default AspectPlugin |
AspectPlugin.bind(DataAtom atom) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<DataAtom> |
Switcher.atom(io.vertx.core.json.JsonObject data,
DataAtom defaultAtom) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Set<DataGroup>> |
Switcher.atom(io.vertx.core.json.JsonArray data,
DataAtom atom) |
io.vertx.core.Future<DataAtom> |
Switcher.atom(io.vertx.core.json.JsonObject data,
DataAtom defaultAtom) |
Copyright © 2020. All rights reserved.