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 jfantasy-storage-2.9.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jfantasy.autoconfigure
├─ org.jfantasy.autoconfigure.StorageAutoConfiguration.class - [JAR]
org.jfantasy.storage.converter
├─ org.jfantasy.storage.converter.FileObjectConverter.class - [JAR]
├─ org.jfantasy.storage.converter.FileObjectsConverter.class - [JAR]
org.jfantasy.storage
├─ org.jfantasy.storage.FileObject.class - [JAR]
org.jfantasy.storage.graphql.directives
├─ org.jfantasy.storage.graphql.directives.FileObjectFormatDirective.class - [JAR]
org.jfantasy.storage.graphql.scalars
├─ org.jfantasy.storage.graphql.scalars.FileObjectCoercing.class - [JAR]