Package | Description |
---|---|
org.glassfish.jersey.uri.internal |
Common Jersey internal classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
Modifier and Type | Field and Description |
---|---|
private CharacterIterator |
UriParser.ci |
Modifier and Type | Method and Description |
---|---|
private char |
UriTemplateParser.consumeWhiteSpace(CharacterIterator ci) |
private void |
UriTemplateParser.parse(CharacterIterator ci) |
private int |
UriTemplateParser.parseName(CharacterIterator ci,
int skipGroup) |
private java.lang.String |
UriTemplateParser.parseRegex(CharacterIterator ci) |