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 |
variableList
childNodesList, 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, encodeValue
addChild, getDataElement, matchAll
public SimpleStringExpression(DataElement<DataType,InboundMsgType> dataElement, String token) throws URITemplateException
URITemplateException
Copyright © 2018 WSO2. All rights reserved.