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 Summary
-
Method Details
-
create
Creates aScopeMatcherfor the given input.- Parameters:
input- the input the matcher will match against.- Returns:
- the ScopeMatcher that will match against the input.
-