| Package | Description |
|---|---|
| org.ballerinalang.net.uri | |
| org.ballerinalang.net.uri.parser |
| Constructor and Description |
|---|
URITemplate(Node<DataType,InboundMsgType> syntaxTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
Expression<DataType,InboundMsgType>
Expression represents a expression path segment in uri.
|
class |
Literal<DataType,InboundMsgType>
Literal represents literal path segments in the uri-template.
|
class |
SimpleStringExpression<DataType,InboundMsgType>
SimpleStringExpression represents path segments that have single path param.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Node<DataType,InboundMsgType>> |
Node.childNodesList |
| Modifier and Type | Method and Description |
|---|---|
Node<DataType,InboundMsgType> |
Node.addChild(Node<DataType,InboundMsgType> childNode) |
Node<DataType,InboundMgsType> |
URITemplateParser.parse(String template,
DataType resource) |
| Modifier and Type | Method and Description |
|---|---|
Node<DataType,InboundMsgType> |
Node.addChild(Node<DataType,InboundMsgType> childNode) |
| Constructor and Description |
|---|
URITemplateParser(Node<DataType,InboundMgsType> rootNode,
DataElementFactory<? extends DataElement<DataType,InboundMgsType>> elementCreator) |
Copyright © 2018 WSO2. All rights reserved.