Uses of Class
org.glassfish.jersey.uri.internal.UriTemplateParser
-
Packages that use UriTemplateParser 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 UriTemplateParser in org.glassfish.jersey.uri
Subclasses of UriTemplateParser in org.glassfish.jersey.uri Modifier and Type Class Description private static class
PathTemplate.PathTemplateParser
Internal parser of this PathTemplate.Methods in org.glassfish.jersey.uri with parameters of type UriTemplateParser Modifier and Type Method Description private 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 UriTemplateParser Constructor Description UriTemplate(UriTemplateParser templateParser)
Construct a new URI template.
-