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 freemarker-scala-spring-boot-autoconfigure-1.2-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.anahoret.freemarker_scala_spring_boot_autoconfigure.config
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.config.FreemarkerScalaWrapperConfiguration.class - [JAR]
com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.ArrayModel.class - [JAR]
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.IterableModel.class - [JAR]
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.IteratorModel.class - [JAR]
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.MapModel.class - [JAR]
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.ScalaWrapper.class - [JAR]
├─ com.anahoret.freemarker_scala_spring_boot_autoconfigure.freemarker.wrapper.SeqModel.class - [JAR]