View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window crud-framework-mongo-connector-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.antelopesystem.crudframework.mongo.modelfilter
├─ com.antelopesystem.crudframework.mongo.modelfilter.MongoRawJunctionDTO.class - [JAR]
com.antelopesystem.crudframework.mongo.config
├─ com.antelopesystem.crudframework.mongo.config.CrudMongoConnectorConfiguration.class - [JAR]
com.antelopesystem.crudframework.mongo.dao
├─ com.antelopesystem.crudframework.mongo.dao.AbstractMongoBaseDao.class - [JAR]
├─ com.antelopesystem.crudframework.mongo.dao.MongoCrudDaoImpl.class - [JAR]
com.antelopesystem.crudframework.mongo.ro
├─ com.antelopesystem.crudframework.mongo.ro.BaseMongoRO.class - [JAR]
├─ com.antelopesystem.crudframework.mongo.ro.BaseMongoUpdatableRO.class - [JAR]
com.antelopesystem.crudframework.mongo.model
├─ com.antelopesystem.crudframework.mongo.model.BaseMongoEntity.class - [JAR]
├─ com.antelopesystem.crudframework.mongo.model.BaseMongoUpdateableEntity.class - [JAR]
com.antelopesystem.crudframework.mongo.annotation
├─ com.antelopesystem.crudframework.mongo.annotation.EnableMongoCrud.class - [JAR]
├─ com.antelopesystem.crudframework.mongo.annotation.MongoCrudEntity.class - [JAR]