Interface PropertyCriteria
- 
- All Known Implementing Classes:
- AnnotatedPropertyCriteria,- NamedPropertyCriteria,- TypedPropertyCriteria
 
 public interface PropertyCriteriaA property criteria can be used to filter the properties found by a PropertyQueryDeltaSpike provides a number of property queries ( TypedPropertyCriteria,NamedPropertyCriteriaandAnnotatedPropertyCriteria), or you can create a custom query by implementing this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmethodMatches(Method m)Tests whether the specified method matches the criteria
 
- 
- 
- 
Method Detail- 
methodMatchesboolean methodMatches(Method m) Tests whether the specified method matches the criteria- Parameters:
- m-
- Returns:
- true if the method matches
 
 
- 
 
-