| Package | Description |
|---|---|
| org.mule.module.apikit | |
| org.mule.module.apikit.uri |
| Modifier and Type | Field and Description |
|---|---|
protected Map<URIPattern,org.mule.raml.interfaces.model.IResource> |
AbstractConfiguration.routingTable |
protected com.google.common.cache.LoadingCache<String,URIPattern> |
AbstractConfiguration.uriPatternCache |
| Modifier and Type | Method and Description |
|---|---|
URIPattern |
URIResolver.find(Set<URIPattern> patterns)
Returns the first URI pattern in the list which matches the underlying URI.
|
URIPattern |
URIResolver.find(Set<URIPattern> patterns,
URIResolver.MatchRule rule)
Returns the first URI pattern in the list which matches the underlying URI.
|
URIPattern |
URIResolveResult.getURIPattern()
Returns the URI Pattern that was used to produce this result.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<URIPattern> |
URIResolver.findAll(Set<URIPattern> patterns)
Returns all the URI patterns in the list which match the underlying URI.
|
| Modifier and Type | Method and Description |
|---|---|
URIResolveResult |
URIResolver.resolve(URIPattern pattern)
Resolves the given URI pattern.
|
URIResolveResult |
URIResolver.resolve(URIPattern pattern,
VariableBinder binder)
Resolves the given URI pattern using the specified variable binder.
|
| Modifier and Type | Method and Description |
|---|---|
URIPattern |
URIResolver.find(Set<URIPattern> patterns)
Returns the first URI pattern in the list which matches the underlying URI.
|
URIPattern |
URIResolver.find(Set<URIPattern> patterns,
URIResolver.MatchRule rule)
Returns the first URI pattern in the list which matches the underlying URI.
|
Collection<URIPattern> |
URIResolver.findAll(Set<URIPattern> patterns)
Returns all the URI patterns in the list which match the underlying URI.
|
| Constructor and Description |
|---|
URIResolveResult(URIPattern pattern)
Constructs an instance of this class with fields initialised to null.
|
Copyright © 2021. All rights reserved.