Class AbstractMatcher<T>

java.lang.Object
org.elasticsearch.common.inject.matcher.AbstractMatcher<T>
All Implemented Interfaces:
Matcher<T>

public abstract class AbstractMatcher<T> extends Object implements Matcher<T>
Implements and() and or().
  • Constructor Details

    • AbstractMatcher

      public AbstractMatcher()