| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenLiteral
A URI token corresponding to the literal text part of the URI template.
|
class |
TokenOperatorDX
A token based on the operators defined in the latest draft.
|
class |
TokenOperatorPS
A token based on the operators used in PageSeeder.
|
class |
TokenVariable
A URI token wrapping a variable.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Token |
TokenFactory.Syntax.newExpansion(String exp)
Generates a template expansion token corresponding to the specified expression.
|
Token |
TokenFactory.newToken(String exp)
Generates the token corresponding to the specified expression.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Token> |
URITemplate.digest(String template)
Returns the list of tokens corresponding to the specified URI template.
|
static List<Token> |
URITemplate.digest(String template,
TokenFactory factory)
Returns the list of tokens corresponding to the specified URI template.
|
List<Token> |
URITemplate.tokens()
Returns the underlying list of tokens.
|
Copyright © 2025. All rights reserved.