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 trace-extension-spring-boot-starter-1.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.t.extension.springboot.starters.trace
├─ cn.t.extension.springboot.starters.trace.AsyncTraceConfig.class - [JAR]
├─ cn.t.extension.springboot.starters.trace.FeignTraceConfig.class - [JAR]
├─ cn.t.extension.springboot.starters.trace.FeignTraceInterceptor.class - [JAR]
├─ cn.t.extension.springboot.starters.trace.TracedTaskDecorator.class - [JAR]
├─ cn.t.extension.springboot.starters.trace.WebTraceConfig.class - [JAR]
├─ cn.t.extension.springboot.starters.trace.WebTraceFilter.class - [JAR]