Package io.horizon.spi.business
Class ExAttributeComponent
java.lang.Object
io.horizon.spi.component.ExAttributeComponent
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConcurrentMap<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)
-
Constructor Details
-
ExAttributeComponent
public ExAttributeComponent()
-
-
Method Details
-
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 )
-
translateTo
-
translateFrom
-