Interface ScopeMatcherFactory


@ProviderType public interface ScopeMatcherFactory
Factory that creates ScopeMatcher for a given input. This allow for components to switch matching strategies using configuration.
  • Method Details

    • create

      ScopeMatcher create(String input)
      Creates a ScopeMatcher for the given input.
      Parameters:
      input - the input the matcher will match against.
      Returns:
      the ScopeMatcher that will match against the input.