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 patch-tools-core-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
patch.tools.mapper
├─ patch.tools.mapper.ChangeLoggerAnnotationIntrospector.class - [JAR]
├─ patch.tools.mapper.ChangeLoggerConverter.class - [JAR]
├─ patch.tools.mapper.PatchMapper.class - [JAR]
├─ patch.tools.mapper.PatchMapperMethodInvokeHandler.class - [JAR]
├─ patch.tools.mapper.PatchMapperProducer.class - [JAR]
├─ patch.tools.mapper.WrappedValueInstantiator.class - [JAR]
patch.tools.annotation
├─ patch.tools.annotation.ChangeLogger.class - [JAR]
patch.tools
├─ patch.tools.ChangeLogger.class - [JAR]
├─ patch.tools.ChangeLoggerProducer.class - [JAR]
├─ patch.tools.PatchToolsUtil.class - [JAR]