Interface PropertyCriteria
- All Known Implementing Classes:
- AnnotatedPropertyCriteria,- NamedPropertyCriteria,- TypedPropertyCriteria
public interface PropertyCriteria
 A property criteria can be used to filter the properties found by a PropertyQuery 
 DeltaSpike provides a number of property queries ( TypedPropertyCriteria, NamedPropertyCriteria and
 AnnotatedPropertyCriteria), or you can create a custom query by implementing this interface. 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTests whether the specified method matches the criteria
- 
Method Details- 
methodMatchesTests whether the specified method matches the criteria- Parameters:
- m-
- Returns:
- true if the method matches
 
 
-