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 mongo4cats-core_3-0.6.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
mongo4cats
├─ mongo4cats.syntax.class - [JAR]
mongo4cats.collection
├─ mongo4cats.collection.LiveMongoCollection.class - [JAR]
├─ mongo4cats.collection.MongoCollection.class - [JAR]
├─ mongo4cats.collection.Queries.class - [JAR]
├─ mongo4cats.collection.package.class - [JAR]
mongo4cats.database
├─ mongo4cats.database.LiveMongoDatabase.class - [JAR]
├─ mongo4cats.database.MongoDatabase.class - [JAR]
├─ mongo4cats.database.package.class - [JAR]
mongo4cats.client
├─ mongo4cats.client.LiveClientSession.class - [JAR]
├─ mongo4cats.client.LiveMongoClient.class - [JAR]
├─ mongo4cats.client.MongoClient.class - [JAR]
├─ mongo4cats.client.package.class - [JAR]