Class EqualsOperation<V>
java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.ComparisonOperation<V>
org.evomaster.client.java.controller.mongo.operations.EqualsOperation<V>
Represent $eq operation.
Matches documents where the value of a field equals the specified value.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.evomaster.client.java.controller.mongo.operations.ComparisonOperation
getFieldName, getValue
-
Constructor Details
-
EqualsOperation
-