Package io.vertx.tp.optic.business
Class ExAttributeComponent
- java.lang.Object
-
- io.vertx.tp.optic.business.ExAttributeComponent
-
-
Constructor Summary
Constructors Constructor Description ExAttributeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentMap<String,io.vertx.core.json.JsonArray>source(io.vertx.core.json.JsonObject definition)Here are json format of `definition` ```json //protected ObjecttranslateFrom(Object value, io.vertx.core.json.JsonObject definition)protected ObjecttranslateTo(Object value, io.vertx.core.json.JsonObject definition)
-
-
-
Method Detail
-
source
public ConcurrentMap<String,io.vertx.core.json.JsonArray> source(io.vertx.core.json.JsonObject definition)
Here are json format of `definition` ```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" } } //- Parameters:
definition-JsonObjectThe input definition- Returns:
ConcurrentMapThe dict source map ( key = JsonArray )
-
-