All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.noenv.wiremongo.mapping.distinct.DistinctBatch Maven / Gradle / Ivy

There is a newer version: 4.5.10
Show newest version
package com.noenv.wiremongo.mapping.distinct;

import com.noenv.wiremongo.command.distinct.DistinctBatchBaseCommand;
import io.vertx.core.json.JsonObject;

@SuppressWarnings("squid:MaximumInheritanceDepth")
public class DistinctBatch extends DistinctBatchBase {

  public DistinctBatch() {
    super("distinctBatch");
  }

  public DistinctBatch(String method) {
    super(method);
  }

  public DistinctBatch(JsonObject json) {
    super(json);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy