@ProviderType
public interface ScopeMatcherFactory
ScopeMatcher for a given input. This allow for
components to switch matching strategies using configuration.| Modifier and Type | Method and Description |
|---|---|
ScopeMatcher |
create(java.lang.String input)
Creates a
ScopeMatcher for the given input. |
ScopeMatcher create(java.lang.String input)
ScopeMatcher for the given input.input - the input the matcher will match against.