-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
54 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
package io.vertx.ext.mongo; | ||
|
||
import io.vertx.codegen.annotations.DataObject; | ||
import io.vertx.codegen.json.annotations.JsonGen; | ||
import io.vertx.core.json.JsonObject; | ||
|
||
import java.util.Objects; | ||
|
@@ -10,7 +11,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Nick Scavelli</a> | ||
*/ | ||
@DataObject(generateConverter = true) | ||
@DataObject | ||
@JsonGen(publicConverter = false) | ||
public class AggregateOptions { | ||
/** | ||
* The default value of batchSize = 20. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
import com.mongodb.client.model.*; | ||
import io.vertx.codegen.annotations.DataObject; | ||
import io.vertx.codegen.annotations.GenIgnore; | ||
import io.vertx.codegen.json.annotations.JsonGen; | ||
import io.vertx.core.json.JsonObject; | ||
|
||
import java.util.Objects; | ||
|
@@ -12,7 +13,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Christoph Spörk</a> | ||
*/ | ||
@DataObject(generateConverter = true) | ||
@DataObject | ||
@JsonGen(publicConverter = false) | ||
public class CollationOptions { | ||
/** | ||
* Default locale : {@code simple} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
package io.vertx.ext.mongo; | ||
|
||
import io.vertx.codegen.annotations.DataObject; | ||
import io.vertx.codegen.json.annotations.JsonGen; | ||
import io.vertx.core.json.JsonObject; | ||
|
||
import java.util.Objects; | ||
|
@@ -10,7 +11,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Nick Scavelli</a> | ||
*/ | ||
@DataObject(generateConverter = true) | ||
@DataObject | ||
@JsonGen(publicConverter = false) | ||
public class FindOptions { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
package io.vertx.ext.mongo; | ||
|
||
import io.vertx.codegen.annotations.DataObject; | ||
import io.vertx.codegen.json.annotations.JsonGen; | ||
import io.vertx.core.json.JsonObject; | ||
|
||
import java.util.Objects; | ||
|
@@ -12,7 +13,8 @@ | |
* | ||
* @author <a href="mailto:[email protected]">Liu Chong</a> | ||
*/ | ||
@DataObject(generateConverter = true) | ||
@DataObject | ||
@JsonGen(publicConverter = false) | ||
public class TimeSeriesOptions { | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters