DataType - Type of data which should be stored in the node.InboundMsgType - Inbound message type for additional checks.public class SimpleStringExpression<DataType,InboundMsgType> extends Expression<DataType,InboundMsgType>
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
RESERVED |
variableListchildNodesList, dataElement, token| Constructor and Description |
|---|
SimpleStringExpression(DataElement<DataType,InboundMsgType> dataElement,
String token) |
| Modifier and Type | Method and Description |
|---|---|
protected char |
getSeparator() |
protected boolean |
isEndCharacter(Character endCharacter) |
protected boolean |
isReserved(char ch) |
protected boolean |
setVariables(String expressionValue,
Map<String,String> variables) |
decodeValue, encodeValueaddChild, getDataElement, matchAllpublic SimpleStringExpression(DataElement<DataType,InboundMsgType> dataElement, String token) throws URITemplateException
URITemplateExceptionCopyright © 2018 WSO2. All rights reserved.