Modifier and Type | Method and Description |
---|---|
Model |
Executor.execute(MappingResource mappingResource,
String inputVariable,
String properties)
Method to execute the mapping config in the
MappingResource on
input variable and returns the output model |
Model |
ScriptExecutor.execute(MappingResource mappingResource,
String inputVariable,
String properties) |
Modifier and Type | Method and Description |
---|---|
String |
MappingHandler.doMap(InputStream inputMsg,
Map<String,Map<String,Object>> propertiesMap)
This method performs the mapping from input message to the specified output schema.
|
void |
MappingHandler.notifyInputVariable(Object variable) |
Constructor and Description |
---|
MappingResource(InputStream inputSchema,
InputStream outputSchema,
InputStream mappingConfig,
String outputType) |
Modifier and Type | Method and Description |
---|---|
void |
InputVariableNotifier.notifyInputVariable(Object variable) |
Modifier and Type | Method and Description |
---|---|
void |
InputBuilder.notifyWithResult(String builtMessage)
This method will be called by the XMLInputReader instance to notify with the output
|
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
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DataMapperEngineUtils.getMapFromNativeArray(Object value) |
Copyright © 2021 WSO2. All rights reserved.