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-wrap-0.4.0-beta.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.seepine.wrap.config
├─ com.seepine.wrap.config.WrapConfigurer.class - [JAR]
com.seepine.wrap.entity
├─ com.seepine.wrap.entity.R.class - [JAR]
├─ com.seepine.wrap.entity.WrapProperties.class - [JAR]
com.seepine.wrap
├─ com.seepine.wrap.WrapException.class - [JAR]
├─ com.seepine.wrap.WrapExceptionHandler.class - [JAR]
├─ com.seepine.wrap.WrapResponseBodyAdvice.class - [JAR]
com.seepine.wrap.annotation
├─ com.seepine.wrap.annotation.NotWrap.class - [JAR]