| Class and Description |
|---|
| AbstractMultivaluedMap
Abstract skeleton implementation of a
MultivaluedMap that is backed by a [key, multi-value] store represented
as a Map Map<K, List<V>>. |
| BaseUriBuilder
URI template-aware utility class for building URIs from their components.
|
| CharacterIterator
Iterator which iterates through the input string and returns characters from that string.
|
| Link
Class representing hypermedia links.
|
| Link.Builder
Builder class for hypermedia links.
|
| MultivaluedHashMap
A hash table based implementation of
MultivaluedMap interface. |
| MultivaluedMap
A map of key-values pairs.
|
| Path
Identifies the URI path that a resource class or class method will serve
requests for.
|
| PatternWithGroups
A pattern for matching a string against a regular expression and returning capturing group values for any capturing
groups present in the expression.
|
| PatternWithGroups.EmptyStringMatchResult |
| UriBuilder
A Jersey implementation of
de.weltraumschaf.commons.uri.BaseUriBuilder. |
| UriBuilderException
A runtime exception thrown by
de.weltraumschaf.commons.uri.UriBuilder#build(Object...) methods when
a java.net.URI cannot be constructed based on the current state of the
builder. |
| UriComponent.PathSegment |
| UriComponent.Type
The URI component type.
|
| UriParser
Parser for string URI with template parameters which produces
java.net.URI URIs from Strings. |
| UriTemplate
A URI template.
|
| UriTemplateParser
A URI template parser that parses JAX-RS specific URI templates.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.