jar

eu.dozd : mongo-mapper

Maven & Gradle

Oct 26, 2017
24 stars

Mongo Codecs for POJO mapping · Codecs for easy POJO mapping for MongoDB Java driver version 3. Supports both normal and async versions of the driver.

Table Of Contents

Latest Version

Download eu.dozd : mongo-mapper JAR file - Latest Versions:

All Versions

Download eu.dozd : mongo-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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-mapper-1.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

eu.dozd.mongo

├─ eu.dozd.mongo.EntityCodec.class - [JAR]

├─ eu.dozd.mongo.EntityInfo.class - [JAR]

├─ eu.dozd.mongo.EntityInfoWithId.class - [JAR]

├─ eu.dozd.mongo.MapperCodecProvider.class - [JAR]

├─ eu.dozd.mongo.MongoMapper.class - [JAR]

├─ eu.dozd.mongo.MongoMapperException.class - [JAR]

eu.dozd.mongo.annotation

├─ eu.dozd.mongo.annotation.Embedded.class - [JAR]

├─ eu.dozd.mongo.annotation.Entity.class - [JAR]

├─ eu.dozd.mongo.annotation.Id.class - [JAR]

├─ eu.dozd.mongo.annotation.NonNull.class - [JAR]

eu.dozd.mongo.codecs.bigdecimal

├─ eu.dozd.mongo.codecs.bigdecimal.BigDecimalCodec.class - [JAR]

├─ eu.dozd.mongo.codecs.bigdecimal.BigDecimalCodecProvider.class - [JAR]

Advertisement