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 synapse-data-couchbase-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.americanexpress.synapse.data.couchbase.entity
├─ io.americanexpress.synapse.data.couchbase.entity.BaseCouchbaseEntity.class - [JAR]
io.americanexpress.synapse.data.couchbase.config
├─ io.americanexpress.synapse.data.couchbase.config.BaseCouchbaseDataConfig.class - [JAR]
├─ io.americanexpress.synapse.data.couchbase.config.BaseCrudCouchbaseDataConfig.class - [JAR]
├─ io.americanexpress.synapse.data.couchbase.config.BaseReactiveCouchbaseDataConfig.class - [JAR]
io.americanexpress.synapse.data.couchbase.repository
├─ io.americanexpress.synapse.data.couchbase.repository.BaseCrudCouchbaseRepository.class - [JAR]
├─ io.americanexpress.synapse.data.couchbase.repository.BaseReactiveCouchbaseRepository.class - [JAR]