Uses of Class
org.glassfish.jersey.uri.PathPattern
-
Packages that use PathPattern 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 PathPattern in org.glassfish.jersey.uri
Fields in org.glassfish.jersey.uri declared as PathPattern Modifier and Type Field Description static PathPatternPathPattern. EMPTY_PATTERNEmpty path pattern matching only empty string.static PathPatternPathPattern. END_OF_PATH_PATTERNPath pattern matching the end of a URI path.static PathPatternPathPattern. OPEN_ROOT_PATH_PATTERNPath pattern matching the any URI path.Fields in org.glassfish.jersey.uri with type parameters of type PathPattern Modifier and Type Field Description static Comparator<PathPattern>PathPattern. COMPARATORPath pattern comparator that defers tocomparing the templatesassociated with the patterns.Methods in org.glassfish.jersey.uri that return PathPattern Modifier and Type Method Description static PathPatternPathPattern. asClosed(PathPattern pattern)Return a new path pattern with a same path template but aclosedright hand path.Methods in org.glassfish.jersey.uri with parameters of type PathPattern Modifier and Type Method Description static PathPatternPathPattern. asClosed(PathPattern pattern)Return a new path pattern with a same path template but aclosedright hand path.
-