Uses of Class
org.glassfish.jersey.uri.PatternWithGroups
Package
Description
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of PatternWithGroups in org.glassfish.jersey.uri
Modifier and TypeClassDescriptionfinal class
A path pattern that is a regular expression generated from a URI path template.Modifier and TypeFieldDescriptionstatic final PatternWithGroups
PatternWithGroups.EMPTY
The empty pattern that matches the null or empty string.Modifier and TypeMethodDescriptionfinal PatternWithGroups
UriTemplate.getPattern()
Get the URI pattern.