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.
PropertyQuery.addCriteria(PropertyCriteria),
PropertyQueries,
TypedPropertyCriteria,
AnnotatedPropertyCriteria,
NamedPropertyCriteria| Modifier and Type | Method and Description |
|---|---|
boolean |
methodMatches(Method m)
Tests whether the specified method matches the criteria
|
boolean methodMatches(Method m)
m - Copyright © 2014. All Rights Reserved.