Package org.apache.juneau.objecttools
Class AbstractMatcher
java.lang.Object
org.apache.juneau.objecttools.AbstractMatcher
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AbstractMatcherpublic AbstractMatcher()
 
- 
- 
Method Details- 
matchesReturnstrue if this matcher matches the specified object..- Parameters:
- cm- The class type of the object being matched. Never- null .
- o- The object being matched. Never- null .
- Returns:
- true if the specified object matches the specified pattern.
 
 
-