Interface MatchingChecker

  • All Known Implementing Classes:
    RequireAllMatchersChecker

    public interface MatchingChecker
    The way to check requests matching.
    Since:
    1.8.1
    Author:
    Jerome Leleu
    • Method Detail

      • matches

        boolean matches​(WebContext context,
                        String matcherNames,
                        Map<String,​Matcher> matchersMap)
        Check if the web context matches.
        Parameters:
        context - the web context
        matcherNames - the matchers
        matchersMap - the map of matchers
        Returns:
        whether the web context matches