public class AoAttribute extends Object implements Serializable
Here are the parsing workflow:
JsonArray.type field of sourceConfig to get actual dataFormat.fields configuration for sub-elements.type is JsonArray;fields configuration for sub-elements.type is JsonObject;type field to define java class type name.type = String, source = Elementary.| Constructor and Description |
|---|
AoAttribute(MAttribute attribute,
MField sourceField)
Create new AoService
|
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
format() |
AoRule |
rule()
Return to
rule |
io.vertx.up.commune.element.TypeField |
type()
Return to current type field
|
Class<?> |
typeCls()
Return to current data type
|
List<io.vertx.up.commune.element.TypeField> |
types()
Return to
fields |
public AoAttribute(MAttribute attribute, MField sourceField)
Create new AoService
attribute - MAttribute M_ATTRIBUTE referredpublic io.vertx.up.commune.element.TypeField type()
Return to current type field
TypeFieldpublic List<io.vertx.up.commune.element.TypeField> types()
Return to fields
Listpublic DataFormat format()
DataFormatCopyright © 2021. All rights reserved.