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 digma-otel-instr-spring-boot-0.7.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.digma.otel.instrumentation.spring.autoconfigure
├─ com.digma.otel.instrumentation.spring.autoconfigure.EnableDigmaForSpringBoot.class - [JAR]
com.digma.otel.instrumentation.spring.autoconfigure.webmvc
├─ com.digma.otel.instrumentation.spring.autoconfigure.webmvc.CodeAttributesToRequestMappingAspect.class - [JAR]
├─ com.digma.otel.instrumentation.spring.autoconfigure.webmvc.WebMvcControllerAspectAutoConfiguration.class - [JAR]
com.digma.otel.instrumentation.spring.autoconfigure.resources
├─ com.digma.otel.instrumentation.spring.autoconfigure.resources.DigmaResourceAutoConfiguration.class - [JAR]
├─ com.digma.otel.instrumentation.spring.autoconfigure.resources.DigmaResourceProperties.class - [JAR]
├─ com.digma.otel.instrumentation.spring.autoconfigure.resources.DigmaResourceProvider.class - [JAR]