Package | Description |
---|---|
org.wso2.carbon.mediator.datamapper.engine.core.schemas | |
org.wso2.carbon.mediator.datamapper.engine.input.readers |
Modifier and Type | Method and Description |
---|---|
String |
Schema.getElementTypeByName(List<SchemaElement> elementStack)
Method to get the element type specified in the schema by giving the element hierarchy
|
String |
JacksonJSONSchema.getElementTypeByName(List<SchemaElement> elementStack) |
String |
Schema.getElementTypeByName(String elementStack) |
boolean |
Schema.isChildElement(List<SchemaElement> elementStack,
String childElementName) |
boolean |
JacksonJSONSchema.isChildElement(List<SchemaElement> elementStack,
String childElementName) |
Modifier and Type | Method and Description |
---|---|
String |
XMLInputReader.xmlTraverse(org.apache.axiom.om.OMElement omElement,
String prevElementName,
Map jsonSchemaMap)
This method will perform a Depth First Search on the XML message and build the json message
|
Copyright © 2018 WSO2. All rights reserved.