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 mapper-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ua.railian.mapper
├─ ua.railian.mapper.EnumTwoWayMapper.class - [JAR]
├─ ua.railian.mapper.EnumTwoWayMapperKt.class - [JAR]
├─ ua.railian.mapper.Mapper.class - [JAR]
├─ ua.railian.mapper.MapperWith1Param.class - [JAR]
├─ ua.railian.mapper.MapperWith2Params.class - [JAR]
├─ ua.railian.mapper.MapperWith3Params.class - [JAR]
├─ ua.railian.mapper.MapperWith4Params.class - [JAR]
├─ ua.railian.mapper.MapperWith5Params.class - [JAR]
├─ ua.railian.mapper.OneWayMapper.class - [JAR]
├─ ua.railian.mapper.OneWayMapperKt.class - [JAR]
├─ ua.railian.mapper.TwoWayMapper.class - [JAR]
├─ ua.railian.mapper.TwoWayMapperKt.class - [JAR]