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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanTests whether the specified method matches the criteria 
- 
Constructor Details
- 
NamedPropertyCriteria
 
 - 
 - 
Method Details
- 
fieldMatches
 - 
methodMatches
Description copied from interface:PropertyCriteriaTests whether the specified method matches the criteria- Specified by:
 methodMatchesin interfacePropertyCriteria- Returns:
 - true if the method matches
 
 
 -