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 gora-couchdb-0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.gora.couchdb.store
├─ org.apache.gora.couchdb.store.CouchDBMapping.class - [JAR]
├─ org.apache.gora.couchdb.store.CouchDBMappingBuilder.class - [JAR]
├─ org.apache.gora.couchdb.store.CouchDBParameters.class - [JAR]
├─ org.apache.gora.couchdb.store.CouchDBStore.class - [JAR]
org.apache.gora.couchdb.util
├─ org.apache.gora.couchdb.util.CouchDBObjectMapperFactory.class - [JAR]
org.apache.gora.couchdb.query
├─ org.apache.gora.couchdb.query.CouchDBQuery.class - [JAR]
├─ org.apache.gora.couchdb.query.CouchDBResult.class - [JAR]