public abstract class MatcherFactory extends Object
PojoSearcher class.| Constructor and Description |
|---|
MatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canMatch(ClassMeta<?> cm)
Returns
|
abstract Matcher |
create(String pattern)
Instantiates a matcher for the specified pattern.
|
public MatcherFactory()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.