Uses of Class
io.muserver.rest.UriPattern
-
Packages that use UriPattern Package Description io.muserver.rest This package contains the JAX-RS implementation for mu-server. -
-
Uses of UriPattern in io.muserver.rest
Methods in io.muserver.rest that return UriPattern Modifier and Type Method Description static UriPattern
UriPattern. uriTemplateToRegex(java.lang.String template)
Converts a URI Template to a regular expression, following the JAX-RS: Java™ API for RESTful Web Services specification Version 2.0 section3.7.3
-