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 registration-processor-demo-dedupe-stage-1.1.5.5-P4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.mosip.registration.processor.stages.config
├─ io.mosip.registration.processor.stages.config.DemoDedupeConfig.class - [JAR]
io.mosip.registration.processor.stages.demodedupe
├─ io.mosip.registration.processor.stages.demodedupe.DemoDedupe.class - [JAR]
├─ io.mosip.registration.processor.stages.demodedupe.DemoDedupeStage.class - [JAR]
├─ io.mosip.registration.processor.stages.demodedupe.DemodedupeProcessor.class - [JAR]
├─ io.mosip.registration.processor.stages.demodedupe.StatusMessage.class - [JAR]
io.mosip.registration.processor.stages.app.constants
├─ io.mosip.registration.processor.stages.app.constants.DemoDedupeConstants.class - [JAR]
io.mosip.registration.processor.stages.dto
├─ io.mosip.registration.processor.stages.dto.DemoDedupeStatusDTO.class - [JAR]
io.mosip.registration.processor.stages.app
├─ io.mosip.registration.processor.stages.app.DemodedupeApplication.class - [JAR]