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.25.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.krud.crudframework.mongo.model
├─ dev.krud.crudframework.mongo.model.BaseMongoEntity.class - [JAR]
├─ dev.krud.crudframework.mongo.model.BaseMongoUpdateableEntity.class - [JAR]
dev.krud.crudframework.mongo.config
├─ dev.krud.crudframework.mongo.config.CrudMongoConnectorConfiguration.class - [JAR]
dev.krud.crudframework.mongo.ro
├─ dev.krud.crudframework.mongo.ro.BaseMongoRO.class - [JAR]
├─ dev.krud.crudframework.mongo.ro.BaseMongoUpdatableRO.class - [JAR]
dev.krud.crudframework.mongo.dao
├─ dev.krud.crudframework.mongo.dao.AbstractMongoBaseDao.class - [JAR]
├─ dev.krud.crudframework.mongo.dao.MongoCrudDaoImpl.class - [JAR]
dev.krud.crudframework.mongo.annotation
├─ dev.krud.crudframework.mongo.annotation.EnableMongoCrud.class - [JAR]
├─ dev.krud.crudframework.mongo.annotation.MongoCrudEntity.class - [JAR]