Package org.springframework.web.util.pattern
@NonNullApi
@NonNullFields
package org.springframework.web.util.pattern
Dedicated support for matching HTTP request paths.
PathPatternParser
is used to
parse URI path patterns into
org.springframework.web.util.pattern.PathPatterns
that can then be
used for matching purposes at request time.
-
ClassDescriptionRepresentation of a parsed path pattern.Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.Holder for the result of a match on the start of a pattern.Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests.RouteMatcher
built onPathPatternParser
that usesPathContainer
andPathPattern
as parsed representations of routes and patterns.Exception that is thrown when there is a problem with the pattern being parsed.The messages that can be included in aPatternParseException
when there is a parse failure.