Class MatcherFactories
- java.lang.Object
-
- pl.allegro.tech.hermes.management.infrastructure.query.matcher.MatcherFactories
-
public class MatcherFactories extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatcherFactories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatcherFactorydefaultMatcher()static MatcherFactorygetMatcherFactory(java.lang.String operator)
-
-
-
Method Detail
-
getMatcherFactory
public static MatcherFactory getMatcherFactory(java.lang.String operator)
-
defaultMatcher
public static MatcherFactory defaultMatcher()
-
-