Class NotInOperation<V>
java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.NotInOperation<V>
Represent $nin operation.
Selects the documents where:
- the field value is not in the specified array
- the field does not exist.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotInOperation
-
-
Method Details
-
getFieldName
-
getValues
-