jar

com.github.halab4dev : mongo2j

Maven & Gradle

Nov 27, 2020
2 stars

Mongo2J · Mongo2J is a light weight and easy to use library to map mongo document to java object and vice versa.

Table Of Contents

Latest Version

Download com.github.halab4dev : mongo2j JAR file - Latest Versions:

All Versions

Download com.github.halab4dev : mongo2j JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.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 mongo2j-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.halab4dev.mongo2j.annotation

├─ com.github.halab4dev.mongo2j.annotation.BsonId.class - [JAR]

├─ com.github.halab4dev.mongo2j.annotation.BsonIgnore.class - [JAR]

├─ com.github.halab4dev.mongo2j.annotation.BsonProperty.class - [JAR]

com.github.halab4dev.mongo2j.mapper

├─ com.github.halab4dev.mongo2j.mapper.BsonDeserializer.class - [JAR]

├─ com.github.halab4dev.mongo2j.mapper.BsonProcessor.class - [JAR]

├─ com.github.halab4dev.mongo2j.mapper.BsonSerializer.class - [JAR]

├─ com.github.halab4dev.mongo2j.mapper.DefaultMapper.class - [JAR]

├─ com.github.halab4dev.mongo2j.mapper.Mapper.class - [JAR]

com.github.halab4dev.mongo2j.util

├─ com.github.halab4dev.mongo2j.util.ClassUtils.class - [JAR]

├─ com.github.halab4dev.mongo2j.util.Validator.class - [JAR]