Interface MatchingChecker

All Known Implementing Classes:
DefaultMatchingChecker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

    • matches

      boolean matches(CallContext ctx, String matcherNames, Map<String,Matcher> matchersMap, List<Client> clients)
      Check if the web context matches.
      Parameters:
      ctx - the context
      matcherNames - the matchers
      matchersMap - the map of matchers
      clients - the clients
      Returns:
      whether the web context matches