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 remote-storage-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
studio.crud.feature.remotestorage
├─ studio.crud.feature.remotestorage.RemoteStorageService.class - [JAR]
├─ studio.crud.feature.remotestorage.RemoteStorageServiceImpl.class - [JAR]
studio.crud.feature.remotestorage.controller
├─ studio.crud.feature.remotestorage.controller.AbstractRemoteStorageController.class - [JAR]
studio.crud.feature.remotestorage.config
├─ studio.crud.feature.remotestorage.config.RemoteStorageFeatureAutoConfiguration.class - [JAR]
studio.crud.feature.remotestorage.ro
├─ studio.crud.feature.remotestorage.ro.RemoteStorageValueDTO.class - [JAR]
studio.crud.feature.remotestorage.model
├─ studio.crud.feature.remotestorage.model.RemoteStorageValue.class - [JAR]
studio.crud.feature.remotestorage.exceptions
├─ studio.crud.feature.remotestorage.exceptions.CouldNotDetermineValueOwnerException.class - [JAR]
├─ studio.crud.feature.remotestorage.exceptions.RemoteStorageValueNotFoundByIdentifierException.class - [JAR]
studio.crud.feature.remotestorage.flyway
├─ studio.crud.feature.remotestorage.flyway.RemoteStorageFlywayLocationProvider.class - [JAR]