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 emoji-jpa-converter-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.rogowskik.converter
├─ com.github.rogowskik.converter.EmojiConverter.class - [JAR]
├─ com.github.rogowskik.converter.EmojiManager.class - [JAR]
├─ com.github.rogowskik.converter.EmojiUtils.class - [JAR]
com.github.rogowskik.holder
├─ com.github.rogowskik.holder.AliasHolder.class - [JAR]
├─ com.github.rogowskik.holder.Emoji.class - [JAR]
├─ com.github.rogowskik.holder.UnicodeHolder.class - [JAR]
com.github.rogowskik.support
├─ com.github.rogowskik.support.EmojiProperties.class - [JAR]
com.github.rogowskik.initalizer
├─ com.github.rogowskik.initalizer.EmojiModuleInitialiationException.class - [JAR]
├─ com.github.rogowskik.initalizer.Loader.class - [JAR]