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 funixproductions-storage-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.funixproductions.core.files.clients
├─ com.funixproductions.core.files.clients.StorageCrudClient.class - [JAR]
com.funixproductions.core.files.mappers
├─ com.funixproductions.core.files.mappers.ApiStorageMapper.class - [JAR]
com.funixproductions.core.files.ressources
├─ com.funixproductions.core.files.ressources.ApiStorageResource.class - [JAR]
com.funixproductions.core.files.dtos
├─ com.funixproductions.core.files.dtos.ApiStorageFileDTO.class - [JAR]
com.funixproductions.core.files.entities
├─ com.funixproductions.core.files.entities.ApiStorageFile.class - [JAR]
com.funixproductions.core.files.services
├─ com.funixproductions.core.files.services.ApiStorageService.class - [JAR]