Uses of Class
org.glassfish.jersey.uri.internal.CharacterIterator
-
Packages that use CharacterIterator 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. -
-
Uses of CharacterIterator in org.glassfish.jersey.uri.internal
Fields in org.glassfish.jersey.uri.internal declared as CharacterIterator Modifier and Type Field Description private CharacterIterator
UriParser. ci
Methods in org.glassfish.jersey.uri.internal with parameters of type CharacterIterator Modifier and Type Method 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)
-