类 MappedInterceptor.CompiledPattern

java.lang.Object
cn.taketoday.web.handler.MappedInterceptor.CompiledPattern
封闭类:
MappedInterceptor

private static final class MappedInterceptor.CompiledPattern extends Object
Contains both the parsed PathPattern and the raw String pattern, and uses the former when the cached path is PathContainer or the latter otherwise. If the pattern cannot be parsed due to unsupported syntax, then PathMatcher is used for all requests.