Uses of Class
org.glassfish.jersey.uri.internal.UriTemplateParser
Packages that use UriTemplateParser
Package
Description
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of UriTemplateParser in org.glassfish.jersey.uri
Subclasses of UriTemplateParser in org.glassfish.jersey.uriModifier and TypeClassDescriptionprivate static final class
Internal parser of this PathTemplate.Methods in org.glassfish.jersey.uri with parameters of type UriTemplateParserModifier and TypeMethodDescriptionprivate static PatternWithGroups
UriTemplate.initUriPattern
(UriTemplateParser templateParser) Create the URI pattern from a URI template parser.Constructors in org.glassfish.jersey.uri with parameters of type UriTemplateParserModifierConstructorDescriptionprotected
UriTemplate
(UriTemplateParser templateParser) Construct a new URI template.