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 faststub-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dinstone.ut.faststub.internal
├─ com.dinstone.ut.faststub.internal.DefaultMethodInterceptor.class - [JAR]
├─ com.dinstone.ut.faststub.internal.ProxyFactory.class - [JAR]
├─ com.dinstone.ut.faststub.internal.ProxyInvocationHandler.class - [JAR]
├─ com.dinstone.ut.faststub.internal.StubMethodInvocation.class - [JAR]
├─ com.dinstone.ut.faststub.internal.StubNamespaceHandler.class - [JAR]
com.dinstone.ut.faststub
├─ com.dinstone.ut.faststub.ClassUtil.class - [JAR]
├─ com.dinstone.ut.faststub.DateFactoryBean.class - [JAR]
├─ com.dinstone.ut.faststub.FastStub.class - [JAR]
├─ com.dinstone.ut.faststub.MethodInterceptor.class - [JAR]
├─ com.dinstone.ut.faststub.MethodInvocation.class - [JAR]
├─ com.dinstone.ut.faststub.NullFactoryBean.class - [JAR]