Class JsonSchemaOperation

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

public class JsonSchemaOperation extends QueryOperation
Represent $jsonSchema operation. Matches documents that satisfy the specified JSON Schema.
  • Constructor Details

    • JsonSchemaOperation

      public JsonSchemaOperation(Object schema)
  • Method Details

    • getSchema

      public Object getSchema()