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 apm-fastjson-1.x-plugin-8.16.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.skywalking.apm.plugin.fastjson.define
├─ org.apache.skywalking.apm.plugin.fastjson.define.FastjsonInstrumentation.class - [JAR]
org.apache.skywalking.apm.plugin.fastjson
├─ org.apache.skywalking.apm.plugin.fastjson.ParseArrayInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ParseInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ParseObjectInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ToJavaObjectInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ToJsonBytesInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ToJsonInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.ToJsonStringInterceptor.class - [JAR]
├─ org.apache.skywalking.apm.plugin.fastjson.WriteJsonStringInterceptor.class - [JAR]