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 freemapper-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.joeyb.freemapper
├─ org.joeyb.freemapper.Field.class - [JAR]
├─ org.joeyb.freemapper.FreeMapper.class - [JAR]
org.joeyb.freemapper.processor.exceptions
├─ org.joeyb.freemapper.processor.exceptions.AnnotatedTypeUnsupportedException.class - [JAR]
org.joeyb.freemapper.processor
├─ org.joeyb.freemapper.processor.Analyzer.class - [JAR]
├─ org.joeyb.freemapper.processor.CodeGenerator.class - [JAR]
├─ org.joeyb.freemapper.processor.Metadata.class - [JAR]
├─ org.joeyb.freemapper.processor.Metadata_Builder.class - [JAR]
├─ org.joeyb.freemapper.processor.Processor.class - [JAR]
├─ org.joeyb.freemapper.processor.Property.class - [JAR]
├─ org.joeyb.freemapper.processor.PropertyAnalyzer.class - [JAR]
├─ org.joeyb.freemapper.processor.Property_Builder.class - [JAR]
├─ org.joeyb.freemapper.processor.StringUtils.class - [JAR]
├─ org.joeyb.freemapper.processor.TypeUtils.class - [JAR]