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