| Package | Description |
|---|---|
| org.mule.module.apikit.uri |
| Modifier and Type | Method and Description |
|---|---|
static TokenFactory |
TokenFactory.getInstance()
Returns a token factory instance using the default syntax (DRAFTX).
|
static TokenFactory |
TokenFactory.getInstance(TokenFactory.Syntax syntax)
Returns a token factory instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Token> |
URITemplate.digest(String template,
TokenFactory factory)
Returns the list of tokens corresponding to the specified URI template.
|
| Constructor and Description |
|---|
URITemplate(String template,
TokenFactory factory)
Creates a new URI Template instance using the specified token factory.
|
Copyright © 2021. All rights reserved.