Uses of Class
org.glassfish.jersey.uri.PatternWithGroups
Packages that use 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
Subclasses of PatternWithGroups in org.glassfish.jersey.uriModifier and TypeClassDescriptionfinal classA path pattern that is a regular expression generated from a URI path template.Fields in org.glassfish.jersey.uri declared as PatternWithGroupsModifier and TypeFieldDescriptionstatic final PatternWithGroupsPatternWithGroups.EMPTYThe empty pattern that matches the null or empty string.Methods in org.glassfish.jersey.uri that return PatternWithGroupsModifier and TypeMethodDescriptionfinal PatternWithGroupsUriTemplate.getPattern()Get the URI pattern.