Uses of Class
org.glassfish.jersey.uri.PathPattern
Packages that use PathPattern
Package
Description
Jersey server-side internal resource routing classes.
Jersey server-side application & resource modeling classes.
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
-
Uses of PathPattern in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as PathPatternMethods in org.glassfish.jersey.server.internal.routing that return PathPatternMethods in org.glassfish.jersey.server.internal.routing with parameters of type PathPatternModifier and TypeMethodDescription(package private) static PathToRouterBuilder
PathMatchingRouterBuilder.newRoute
(PathPattern pattern) Create new request path pattern matching router builder.(package private) static Route
Route.of
(PathPattern routingPattern, List<Router> routers) Create a new request route.PathMatchingRouterBuilder.route
(PathPattern pattern) Complete the currently built unfinished sub-route (if any) and start building a new one.private void
PathMatchingRouterBuilder.startNewRoute
(PathPattern pattern) private PathToRouterBuilder
RuntimeModelBuilder.startNextRoute
(PathMatchingRouterBuilder currentRouterBuilder, PathPattern routingPattern) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type PathPattern -
Uses of PathPattern in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as PathPatternModifier and TypeFieldDescriptionprivate final PathPattern
Resource.Data.pathPattern
private final PathPattern
RuntimeResource.pathPattern
Methods in org.glassfish.jersey.server.model that return PathPatternModifier and TypeMethodDescription(package private) abstract PathPattern
ResourceMethod.JaxrsType.createPatternFor
(String pathTemplate) Create a proper matching path pattern from the provided template for the selected method type.Resource.getPathPattern()
Routed.getPathPattern()
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.RuntimeResource.getPathPattern()
Get path pattern for matching purposes. -
Uses of PathPattern in org.glassfish.jersey.uri
Fields in org.glassfish.jersey.uri declared as PathPatternModifier and TypeFieldDescriptionstatic final PathPattern
PathPattern.EMPTY_PATTERN
Empty path pattern matching only empty string.static final PathPattern
PathPattern.END_OF_PATH_PATTERN
Path pattern matching the end of a URI path.static final PathPattern
PathPattern.OPEN_ROOT_PATH_PATTERN
Path pattern matching the any URI path.Fields in org.glassfish.jersey.uri with type parameters of type PathPatternModifier and TypeFieldDescriptionstatic final Comparator<PathPattern>
PathPattern.COMPARATOR
Path pattern comparator that defers tocomparing the templates
associated with the patterns.Methods in org.glassfish.jersey.uri that return PathPatternModifier and TypeMethodDescriptionstatic PathPattern
PathPattern.asClosed
(PathPattern pattern) Return a new path pattern with a same path template but aclosed
right hand path.Methods in org.glassfish.jersey.uri with parameters of type PathPatternModifier and TypeMethodDescriptionstatic PathPattern
PathPattern.asClosed
(PathPattern pattern) Return a new path pattern with a same path template but aclosed
right hand path.