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 easymapper-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tangr1.easymapper
├─ com.github.tangr1.easymapper.Criteria.class - [JAR]
├─ com.github.tangr1.easymapper.EasyMapper.class - [JAR]
com.github.tangr1.easymapper.internal
├─ com.github.tangr1.easymapper.internal.EntityColumn.class - [JAR]
├─ com.github.tangr1.easymapper.internal.EntityTable.class - [JAR]
├─ com.github.tangr1.easymapper.internal.SQLProvider.class - [JAR]
com.github.tangr1.easymapper.annotation
├─ com.github.tangr1.easymapper.annotation.CreatedAt.class - [JAR]
├─ com.github.tangr1.easymapper.annotation.Reference.class - [JAR]
├─ com.github.tangr1.easymapper.annotation.UpdatedAt.class - [JAR]