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