Class AnnotatedPropertyCriteria
- java.lang.Object
- 
- org.keycloak.models.utils.reflection.AnnotatedPropertyCriteria
 
- 
- All Implemented Interfaces:
- PropertyCriteria
 
 public class AnnotatedPropertyCriteria extends Object implements PropertyCriteria A criteria that matches a property based on its annotations- See Also:
- PropertyCriteria
 
- 
- 
Constructor SummaryConstructors Constructor Description AnnotatedPropertyCriteria(Class<? extends Annotation> annotationClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmethodMatches(Method m)Tests whether the specified method matches the criteria
 
- 
- 
- 
Constructor Detail- 
AnnotatedPropertyCriteriapublic AnnotatedPropertyCriteria(Class<? extends Annotation> annotationClass) 
 
- 
 - 
Method Detail- 
methodMatchespublic boolean methodMatches(Method m) Description copied from interface:PropertyCriteriaTests whether the specified method matches the criteria- Specified by:
- methodMatchesin interface- PropertyCriteria
- Returns:
- true if the method matches
 
 
- 
 
-