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 ff4j-store-mongodb-v3-1.8.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.mongo.store
├─ org.ff4j.mongo.store.EventRepositoryMongo.class - [JAR]
├─ org.ff4j.mongo.store.FeatureStoreMongo.class - [JAR]
├─ org.ff4j.mongo.store.PropertyStoreMongo.class - [JAR]
org.ff4j.mongo
├─ org.ff4j.mongo.MongoDbConstants.class - [JAR]
org.ff4j.mongo.mapper
├─ org.ff4j.mongo.mapper.EventDocumentBuilder.class - [JAR]
├─ org.ff4j.mongo.mapper.FeatureDocumentBuilder.class - [JAR]
├─ org.ff4j.mongo.mapper.MongoEventMapper.class - [JAR]
├─ org.ff4j.mongo.mapper.MongoFeatureMapper.class - [JAR]
├─ org.ff4j.mongo.mapper.MongoPropertyMapper.class - [JAR]
├─ org.ff4j.mongo.mapper.PropertyDocumentBuilder.class - [JAR]