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-kotlin-coroutines-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.kotlinx.coroutines.interceptor
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.CancelledInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.DispatchInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.MonoCoroutineConstructorInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.NotifyCancellingInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.ResumeWithInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.ScheduleResumeInterceptor.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.interceptor.SetContextCoroutineConstructorInterceptor.class - [JAR]
com.navercorp.pinpoint.plugin.kotlinx.coroutines
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.CoroutinesConfig.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.CoroutinesConstants.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.CoroutinesMetadataProvider.class - [JAR]
├─ com.navercorp.pinpoint.plugin.kotlinx.coroutines.CoroutinesPlugin.class - [JAR]