Class NamedPropertyCriteria
java.lang.Object
org.keycloak.models.utils.reflection.NamedPropertyCriteria
- All Implemented Interfaces:
PropertyCriteria
A criteria that matches a property based on name
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Tests whether the specified method matches the criteria
-
Constructor Details
-
NamedPropertyCriteria
-
-
Method Details
-
fieldMatches
-
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
-