java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.NotInOperation<V>

public class NotInOperation<V> extends QueryOperation
Represent $nin operation. Selects the documents where: - the field value is not in the specified array - the field does not exist.
  • Constructor Details

    • NotInOperation

      public NotInOperation(String fieldName, List<V> values)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getValues

      public List<V> getValues()