Class NamedPropertyCriteria
- java.lang.Object
- 
- org.keycloak.models.utils.reflection.NamedPropertyCriteria
 
- 
- All Implemented Interfaces:
- PropertyCriteria
 
 public class NamedPropertyCriteria extends Object implements PropertyCriteria A criteria that matches a property based on name- See Also:
- PropertyCriteria
 
- 
- 
Constructor SummaryConstructors Constructor Description NamedPropertyCriteria(String... propertyNames)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfieldMatches(Field f)booleanmethodMatches(Method m)Tests whether the specified method matches the criteria
 
- 
- 
- 
Constructor Detail- 
NamedPropertyCriteriapublic NamedPropertyCriteria(String... propertyNames) 
 
- 
 - 
Method Detail- 
fieldMatchespublic boolean fieldMatches(Field f) 
 - 
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
 
 
- 
 
-