See: Description
| Interface | Description |
|---|---|
| Link.Builder |
Builder class for hypermedia links.
|
| MultivaluedMap<K,V> |
A map of key-values pairs.
|
| Class | Description |
|---|---|
| AbstractMultivaluedMap<K,V> |
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.
|
| InetAddresses |
Static utility methods pertaining to
InetAddress instances. |
| InetAddresses.TeredoInfo |
A simple immutable data class to encapsulate the information to be found in a
Teredo address.
|
| Link |
Class representing hypermedia links.
|
| Link.JaxbLink |
Value type for
javax.ws.rs.core.Link that can be marshalled and
unmarshalled by JAXB. |
| MultivaluedHashMap<K,V> |
A hash table based implementation of
MultivaluedMap interface. |
| MultivaluedStringMap |
An implementation of
MultivaluedMap where keys and values are
instances of String. |
| 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. |
| UriComponent |
Utility class for validating, encoding and decoding components of a URI.
|
| UriComponent.PathSegment | |
| 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.
|
| Enum | Description |
|---|---|
| UriComponent.Type |
The URI component type.
|
| Exception | Description |
|---|---|
| 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. |
| Annotation Type | Description |
|---|---|
| Path |
Identifies the URI path that a resource class or class method will serve
requests for.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.