Package org.glassfish.tyrus.core.uri.internal
package org.glassfish.tyrus.core.uri.internal
Common classes that provide support for URI templates,
encoding/decoding of URI components and multivalued collections.
Taken from Jersey 2 - org.glassfish.jersey.uri.
-
ClassDescriptionAbstract skeleton implementation of a
MultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
.MultivaluedHashMap<K,V> A hash table based implementation ofMultivaluedMap
interface.MultivaluedMap<K,V> A map of key-values pairs.An implementation ofMultivaluedMap
where keys and values are instances of String.A path pattern that is a regular expression generated from a URI path template.The set of right hand path patterns that may be appended to a path pattern.Represents a URI path segment and any associated matrix parameters.A URI template for a URI path.A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.Utility class for validating, encoding and decoding components of a URI.The URI component type.A URI template.A URI template parser that parses JAX-RS specific URI templates.