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

public class InOperation<V> extends QueryOperation
Represent $in operation. Selects the documents where the value of a field equals any value in the specified array.
  • Constructor Details

    • InOperation

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

    • getFieldName

      public String getFieldName()
    • getValues

      public List<V> getValues()