Interface ObjectFilter

  • All Implemented Interfaces:
    com.embabel.agent.filter.PropertyFilter

    
    public interface ObjectFilter
     implements PropertyFilter
                        

    Non-sealed extension point within the PropertyFilter sealed hierarchy.

    Allows modules outside agent-api to define their own filter types that are still assignable to PropertyFilter. Subtypes participate in the PropertyFilter type hierarchy but are not exhaustively matched by when expressions on PropertyFilter in agent-api.

    Known subtypes:

    • EntityFilter (in RAG module): Sealed hierarchy for entity-specific filtering (e.g., label matching)

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.embabel.agent.filter.PropertyFilter

        and, not, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail