Class SimpleRouteMatcher

  • All Implemented Interfaces:
    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.

    Since:
    5.2
    Author:
    Rossen Stoyanchev