Class AnnotatedPropertyCriteria
java.lang.Object
org.keycloak.models.utils.reflection.AnnotatedPropertyCriteria
- All Implemented Interfaces:
 PropertyCriteria
A criteria that matches a property based on its annotations
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanTests whether the specified method matches the criteria 
- 
Constructor Details
- 
AnnotatedPropertyCriteria
 
 - 
 - 
Method Details
- 
methodMatches
Description copied from interface:PropertyCriteriaTests whether the specified method matches the criteria- Specified by:
 methodMatchesin interfacePropertyCriteria- Returns:
 - true if the method matches
 
 
 -