| Class | Description | 
|---|---|
| Constraint | Represents a constraint which can be applied to a  Query. | 
| CSVFilter<C extends Constraint> | Represents a constraint which checks if the given field contains one or all of the values given as a comma
 separated string. | 
| FilterFactory<C extends Constraint> | Defines a factory to create common filters or constraints to be used in a  Query. | 
| OneInField<C extends Constraint> | Represents a constraint which verifies that the given field contains one of the given values. | 
| Enum | Description | 
|---|---|
| CSVFilter.Mode | Specifies the matching mode for a filter. | 
Copyright © 2018. All rights reserved.