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 spring-boot-starter-forest-1.5.0-RC5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thebeastshop.forest.springboot.properties
├─ com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties.class - [JAR]
├─ com.thebeastshop.forest.springboot.properties.ForestConvertProperties.class - [JAR]
├─ com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties.class - [JAR]
├─ com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties.class - [JAR]
com.thebeastshop.forest.springboot.annotation
├─ com.thebeastshop.forest.springboot.annotation.EnableForest.class - [JAR]
├─ com.thebeastshop.forest.springboot.annotation.ForestScan.class - [JAR]
├─ com.thebeastshop.forest.springboot.annotation.ForestScannerRegister.class - [JAR]
com.thebeastshop.forest.springboot
├─ com.thebeastshop.forest.springboot.ForestAutoConfiguration.class - [JAR]
├─ com.thebeastshop.forest.springboot.ForestBeanRegister.class - [JAR]