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 protostuff-compiler-1.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dyuproject.protostuff.compiler
├─ com.dyuproject.protostuff.compiler.CachingProtoLoader.class - [JAR]
├─ com.dyuproject.protostuff.compiler.CompilerMain.class - [JAR]
├─ com.dyuproject.protostuff.compiler.CompilerUtil.class - [JAR]
├─ com.dyuproject.protostuff.compiler.PluginProtoCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoModule.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToGwtOverlayCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToJavaBeanCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToJavaBeanMeCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToJavaBeanModelCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToJavaV2ProtocSchemaCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.ProtoToProtoCompiler.class - [JAR]
├─ com.dyuproject.protostuff.compiler.STCodeGenerator.class - [JAR]