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 jgforms-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.stepio.jgforms.question
├─ io.github.stepio.jgforms.question.MetaData.class - [JAR]
io.github.stepio.jgforms.answer
├─ io.github.stepio.jgforms.answer.Builder.class - [JAR]
├─ io.github.stepio.jgforms.answer.Validation.class - [JAR]
io.github.stepio.jgforms.exception
├─ io.github.stepio.jgforms.exception.InvalidFormException.class - [JAR]
├─ io.github.stepio.jgforms.exception.MissingRequiredAnswerException.class - [JAR]
├─ io.github.stepio.jgforms.exception.NotSubmittedException.class - [JAR]
io.github.stepio.jgforms
├─ io.github.stepio.jgforms.Configuration.class - [JAR]
├─ io.github.stepio.jgforms.Log.class - [JAR]
├─ io.github.stepio.jgforms.Submitter.class - [JAR]