Class ExistsOperation
java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.ExistsOperation
Represent $exists operation.
When boolean is true, $exists matches the documents that contain the field.
When boolean is false, the query returns only the documents that do not contain the field.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExistsOperation
-
-
Method Details
-
getFieldName
-
getBoolean
-