Uses of Class
org.glassfish.tyrus.core.uri.internal.UriTemplate
-
Packages that use UriTemplate Package Description org.glassfish.tyrus.core.uri.internal Common classes that provide support for URI templates, encoding/decoding of URI components and multivalued collections. -
-
Uses of UriTemplate in org.glassfish.tyrus.core.uri.internal
Subclasses of UriTemplate in org.glassfish.tyrus.core.uri.internal Modifier and Type Class Description classPathTemplateA URI template for a URI path.Fields in org.glassfish.tyrus.core.uri.internal declared as UriTemplate Modifier and Type Field Description static UriTemplateUriTemplate. EMPTYThe empty URI template that matches thenullor empty URI path.Fields in org.glassfish.tyrus.core.uri.internal with type parameters of type UriTemplate Modifier and Type Field Description static java.util.Comparator<UriTemplate>UriTemplate. COMPARATOROrder the templates according to JAX-RS specification.Methods in org.glassfish.tyrus.core.uri.internal that return UriTemplate Modifier and Type Method Description UriTemplatePathPattern. getTemplate()
-