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 foundation-starter-storage-0.16.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.soffa.foundation.storage.adapters
├─ dev.soffa.foundation.storage.adapters.FakeObjectStorageClient.class - [JAR]
├─ dev.soffa.foundation.storage.adapters.S3Client.class - [JAR]
ext.springboot
├─ ext.springboot.ObjectStorageAutoConfig.class - [JAR]
dev.soffa.foundation.storage.model
├─ dev.soffa.foundation.storage.model.ObjectStorageConfig.class - [JAR]
dev.soffa.foundation.storage
├─ dev.soffa.foundation.storage.ObjectStorageClient.class - [JAR]