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 mockk-agent-common-1.12.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.mockk.proxy.common.transformation
├─ io.mockk.proxy.common.transformation.ClassTransformationSpec.class - [JAR]
├─ io.mockk.proxy.common.transformation.ClassTransformationSpecMap.class - [JAR]
├─ io.mockk.proxy.common.transformation.InlineInstrumentation.class - [JAR]
├─ io.mockk.proxy.common.transformation.RetransformInlineInstrumentation.class - [JAR]
├─ io.mockk.proxy.common.transformation.SubclassInstrumentation.class - [JAR]
├─ io.mockk.proxy.common.transformation.TransformationRequest.class - [JAR]
├─ io.mockk.proxy.common.transformation.TransformationType.class - [JAR]
io.mockk.proxy.common
├─ io.mockk.proxy.common.CancelableResult.class - [JAR]
├─ io.mockk.proxy.common.ProxyInvocationHandler.class - [JAR]
├─ io.mockk.proxy.common.ProxyMaker.class - [JAR]