Class SearchSpec

  • All Implemented Interfaces:

    
    public final class SearchSpec<T extends Component>
    
                        

    A criterion for matching components. The component must match all of non-null fields.

    You can add more properties, simply by creating a write-only property which will register a new predicate on write. See Adding support for custom search criteria for more details.