Class AbstractWildcardMatcher<M>

java.lang.Object
org.refcodes.matcher.AbstractMatcher<M>
org.refcodes.matcher.AbstractWildcardMatcher<M>
Type Parameters:
M - The matchee type
All Implemented Interfaces:
Matchable<M>, Matcher<M>, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.Schemable<MatcherSchema>
Direct Known Subclasses:
PathMatcher, RegExpMatcher

public abstract class AbstractWildcardMatcher<M> extends AbstractMatcher<M> implements Matcher<M>
The AbstractWildcardMatcher provides a base functionality for Matcher implementations.