| Modifier and Type | Field and Description |
|---|---|
(package private) static PatternWithGroups |
PatternWithGroups.EMPTY
The empty pattern that matches the null or empty string.
|
private PatternWithGroups |
UriTemplate.pattern
The pattern generated from the template.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) PatternWithGroups |
UriTemplate.getPattern()
Get the URI pattern.
|
private static PatternWithGroups |
UriTemplate.initUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.