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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Tests whether the specified method matches the criteria
-
Constructor Details
-
AnnotatedPropertyCriteria
-
-
Method Details
-
methodMatches
Description copied from interface:PropertyCriteria
Tests whether the specified method matches the criteria- Specified by:
methodMatches
in interfacePropertyCriteria
- Returns:
- true if the method matches
-