public interface Executor
Modifier and Type | Method and Description |
---|---|
Model |
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 execute(MappingResource mappingResource, String inputVariable, String properties) throws JSException, SchemaException
MappingResource
on
input variable and returns the output modelmappingResource
- mapping resource modelinputVariable
- input variableJSException
- if mapping throws an exceptionSchemaException
Copyright © 2021 WSO2. All rights reserved.