Package org.apache.juneau.objecttools
Class AbstractMatcher
java.lang.Object
org.apache.juneau.objecttools.AbstractMatcher
Common interface for matchers used by the
ObjectSearcher
class.
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractMatcher
public AbstractMatcher()
-
-
Method Details
-
matches
Returnstrue if this matcher matches the specified object..- Parameters:
cm
- The class type of the object being matched. Nevernull .o
- The object being matched. Nevernull .- Returns:
true if the specified object matches the specified pattern.
-