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 spring-cloud-dataflow-registry-2.10.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.dataflow.registry.support
├─ org.springframework.cloud.dataflow.registry.support.AppResourceCommon.class - [JAR]
├─ org.springframework.cloud.dataflow.registry.support.DockerImage.class - [JAR]
├─ org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException.class - [JAR]
org.springframework.cloud.dataflow.registry.repository
├─ org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository.class - [JAR]
├─ org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepositoryCustom.class - [JAR]
├─ org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepositoryImpl.class - [JAR]
org.springframework.cloud.dataflow.registry.service
├─ org.springframework.cloud.dataflow.registry.service.AppRegistryService.class - [JAR]
├─ org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService.class - [JAR]