类 SimpleRouteMatcher

  • 所有已实现的接口:
    RouteMatcher

    public class SimpleRouteMatcher
    extends Object
    implements RouteMatcher
    RouteMatcher that delegates to a PathMatcher.

    Note: This implementation is not efficient since PathMatcher treats paths and patterns as Strings. For more optimized performance use the PathPatternRouteMatcher from spring-web which enables use of parsed routes and patterns.

    从以下版本开始:
    5.2
    作者:
    Rossen Stoyanchev