jar

com.github.imrafaelmerino : mongo-values

Maven & Gradle

Feb 13, 2023
3 usages
1 stars

mongo-values · Set of codecs to add support for json-values in the Java MongoDB driver, abstracting the process of decoding a BSON into a JsObj and encoding a JsObj into a BSON.

Table Of Contents

Latest Version

Download com.github.imrafaelmerino : mongo-values JAR file - Latest Versions:

All Versions

Download com.github.imrafaelmerino : mongo-values JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.9
0.8
0.7
0.6.x
0.6
0.5
0.4
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mongo-values-0.9.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

mongovalues

├─ mongovalues.JsArrayCodec.class - [JAR]

├─ mongovalues.JsArrayCodecProvider.class - [JAR]

├─ mongovalues.JsBigDecCodec.class - [JAR]

├─ mongovalues.JsBigIntCodec.class - [JAR]

├─ mongovalues.JsBinaryCodec.class - [JAR]

├─ mongovalues.JsBoolCodec.class - [JAR]

├─ mongovalues.JsDoubleCodec.class - [JAR]

├─ mongovalues.JsInstantCodec.class - [JAR]

├─ mongovalues.JsIntCodec.class - [JAR]

├─ mongovalues.JsLongCodec.class - [JAR]

├─ mongovalues.JsNullCodec.class - [JAR]

├─ mongovalues.JsObjCodec.class - [JAR]

├─ mongovalues.JsObjCodecProvider.class - [JAR]

├─ mongovalues.JsStrCodec.class - [JAR]

├─ mongovalues.JsValuesRegistry.class - [JAR]

├─ mongovalues.JsonCodec.class - [JAR]

Advertisement