java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.WhereOperation

public class WhereOperation extends QueryOperation
Represent $where operation. Matches documents that satisfy a JavaScript expression.
  • Constructor Details

    • WhereOperation

      public WhereOperation(String expression)
  • Method Details

    • getExpression

      public String getExpression()