Uses of Class
org.glassfish.jersey.uri.PatternWithGroups
-
Packages that use PatternWithGroups Package Description org.glassfish.jersey.uri 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
Subclasses of PatternWithGroups in org.glassfish.jersey.uri Modifier and Type Class Description class
PathPattern
A path pattern that is a regular expression generated from a URI path template.Fields in org.glassfish.jersey.uri declared as PatternWithGroups Modifier and Type Field Description static PatternWithGroups
PatternWithGroups. EMPTY
The empty pattern that matches the null or empty string.private PatternWithGroups
UriTemplate. pattern
The pattern generated from the template.Methods in org.glassfish.jersey.uri that return PatternWithGroups Modifier and Type Method Description PatternWithGroups
UriTemplate. getPattern()
Get the URI pattern.private static PatternWithGroups
UriTemplate. initUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser.
-