jar

org.pksprojects.mongodb : mongodb-codec-generator

Maven & Gradle

Feb 07, 2017

MongoDB Codec Generator · Codec generator for mapping classes to and from MongoDB document.

Table Of Contents

Latest Version

Download org.pksprojects.mongodb : mongodb-codec-generator JAR file - Latest Versions:

All Versions

Download org.pksprojects.mongodb : mongodb-codec-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 mongodb-codec-generator-1.0-RC0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.pksprojects.mongodb.codec.codecs

├─ org.pksprojects.mongodb.codec.codecs.CodecImpl.class - [JAR]

org.pksprojects.mongodb.codec.mapper

├─ org.pksprojects.mongodb.codec.mapper.DocumentMapper.class - [JAR]

org.pksprojects.mongodb.codec

├─ org.pksprojects.mongodb.codec.CodecGenerator.class - [JAR]

org.pksprojects.mongodb.codec.annotations

├─ org.pksprojects.mongodb.codec.annotations.Document.class - [JAR]

├─ org.pksprojects.mongodb.codec.annotations.Id.class - [JAR]

├─ org.pksprojects.mongodb.codec.annotations.Ignore.class - [JAR]

Advertisement