DataType - Type of data which should be stored in the node.InboundMsgType - Inbound message type for additional checks.public abstract class Expression<DataType,InboundMsgType> extends Node<DataType,InboundMsgType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Variable> |
variableList |
childNodesList, dataElement, token| Constructor and Description |
|---|
Expression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decodeValue(String value) |
protected String |
encodeValue(String value) |
addChild, getDataElement, matchAllpublic Expression(DataElement<DataType,InboundMsgType> dataElement, String token) throws URITemplateException
URITemplateExceptionCopyright © 2018 WSO2. All rights reserved.