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 springboot-swagger2-starter-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hc.springboot.swagger2
├─ com.hc.springboot.swagger2.ApiSelectorBuilder.class - [JAR]
├─ com.hc.springboot.swagger2.Swagger2AutoConfiguration.class - [JAR]
├─ com.hc.springboot.swagger2.Swagger2ImportBeanDefinitionRegistrar.class - [JAR]
├─ com.hc.springboot.swagger2.Swagger2Properties.class - [JAR]
springfox.documentation.spring.web.plugins
├─ springfox.documentation.spring.web.plugins.MyDocket.class - [JAR]