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 fast-plugin-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lizhenhua.fast.plugin.base
├─ com.lizhenhua.fast.plugin.base.AbstractTransform.class - [JAR]
com.lizhenhua.fast.plugin.core
├─ com.lizhenhua.fast.plugin.core.FastClassVisitor.class - [JAR]
├─ com.lizhenhua.fast.plugin.core.FastMethodVisitor.class - [JAR]
├─ com.lizhenhua.fast.plugin.core.FastTransformer.class - [JAR]
com.lizhenhua.fast.plugin
├─ com.lizhenhua.fast.plugin.Fast.class - [JAR]
├─ com.lizhenhua.fast.plugin.FastExtension.class - [JAR]
com.lizhenhua.fast.plugin.util
├─ com.lizhenhua.fast.plugin.util.InvokeUtil.class - [JAR]
├─ com.lizhenhua.fast.plugin.util.OpcodeUtil.class - [JAR]
├─ com.lizhenhua.fast.plugin.util.ParamUtil.class - [JAR]
├─ com.lizhenhua.fast.plugin.util.StringUtil.class - [JAR]
com.lizhenhua.fast.plugin.info
├─ com.lizhenhua.fast.plugin.info.MethodModel.class - [JAR]
├─ com.lizhenhua.fast.plugin.info.MethodType.class - [JAR]
com.lizhenhua.fast.plugin.processor
├─ com.lizhenhua.fast.plugin.processor.CommonMethodProcessor.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.ConstructorMethodProcessor.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.IMethod.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.IModel.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.MethodProcessor.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.MethodProcessorFactory.class - [JAR]
├─ com.lizhenhua.fast.plugin.processor.StaticMethodProcessor.class - [JAR]