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 pinpoint-apache-dubbo-plugin-2.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.navercorp.pinpoint.plugin.apache.dubbo
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboConfiguration.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboConstants.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboPlugin.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboProviderDetector.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboProviderMethodDescriptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.ApacheDubboTraceMetadataProvider.class - [JAR]
com.navercorp.pinpoint.plugin.apache.dubbo.interceptor
├─ com.navercorp.pinpoint.plugin.apache.dubbo.interceptor.ApacheDubboConsumerInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.interceptor.ApacheDubboProviderInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.apache.dubbo.interceptor.NetworkUtils.class - [JAR]