Class TypedPropertyCriteria

java.lang.Object
org.keycloak.models.utils.reflection.TypedPropertyCriteria
All Implemented Interfaces:
PropertyCriteria

public class TypedPropertyCriteria extends Object implements PropertyCriteria
A criteria that matches a property based on its type
See Also:
  • Constructor Details

  • Method Details

    • fieldMatches

      public boolean fieldMatches(Field f)
    • methodMatches

      public boolean methodMatches(Method m)
      Description copied from interface: PropertyCriteria
      Tests whether the specified method matches the criteria
      Specified by:
      methodMatches in interface PropertyCriteria
      Returns:
      true if the method matches