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 entity-dto-mapper-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.thunderroad.entitydtomapping.annotations
├─ org.thunderroad.entitydtomapping.annotations.EntityDtoConverter.class - [JAR]
├─ org.thunderroad.entitydtomapping.annotations.IgnoreMapping.class - [JAR]
├─ org.thunderroad.entitydtomapping.annotations.Mapping.class - [JAR]
org.thunderroad.entitydtomapping
├─ org.thunderroad.entitydtomapping.FromDtoMapper.class - [JAR]
├─ org.thunderroad.entitydtomapping.ToDtoMapper.class - [JAR]
org.thunderroad.entitydtomapping.converters
├─ org.thunderroad.entitydtomapping.converters.MappingConverter.class - [JAR]