| Constructor and Description |
|---|
ExAttributeComponent() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,io.vertx.core.json.JsonArray> |
source(io.vertx.core.json.JsonObject definition)
Here are json format of
definition |
protected Object |
translateFrom(Object value,
io.vertx.core.json.JsonObject definition) |
protected Object |
translateTo(Object value,
io.vertx.core.json.JsonObject definition) |
public ConcurrentMap<String,io.vertx.core.json.JsonArray> source(io.vertx.core.json.JsonObject definition)
Here are json format of definition
// <pre><code class="json">
{
"sourceConsumer": {
"source": "Consume Source",
"in": "In Field",
"out": "Out Field"
},
"sourceDict": {
"comments": "Source Dict Definition Here"
},
"source": "Related to `source` field of M_ATTRIBUTE",
"sourceField": "Related to `sourceField` field of M_ATTRIBUTE",
"sourceData": {
"comments": "The final dictionary data store"
}
}
// </code></pre>
definition - JsonObject The input definitionConcurrentMap The dict source map ( key = JsonArray )Copyright © 2021. All rights reserved.