We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d9a1a commit 43b9c48Copy full SHA for 43b9c48
bson/src/main/org/bson/codecs/configuration/CodecRegistries.java
@@ -37,6 +37,7 @@ public final class CodecRegistries {
37
*
38
* @param codecRegistry the code registry
39
* @param uuidRepresentation the uuid representation
40
+ * @return a {@code CodecRegistry} with the given {@code UuidRepresentation} applied to the given {@code CodecRegistry}
41
* @since 4.5
42
*/
43
public static CodecRegistry withUuidRepresentation(final CodecRegistry codecRegistry, final UuidRepresentation uuidRepresentation) {
0 commit comments