Package org.glassfish.jersey.uri


package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
  • Class
    Description
    JerseyQueryParamStyle is used to specify the desired format of query param when multiple values are sent for the same parameter.
    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.
    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.