Interface Qualifier

All Known Implementing Classes:
AndQualifier, CompoundQualifier, KeyValuePatternQualifier, KeyValueQualifier, NotQualifier, OrQualifier

public interface Qualifier
Interface for qualifying objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Object object)
    Determine if the specified object is a match to this qualifier's criteria.
  • Method Details

    • matches

      boolean matches(Object object)
      Determine if the specified object is a match to this qualifier's criteria.
      Parameters:
      object - the object to test for matching
      Returns:
      true if the object matches the criteria and false if not.