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-codegen-1.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dyuproject.protostuff.codegen
├─ com.dyuproject.protostuff.codegen.CodeGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.GeneratorMain.class - [JAR]
├─ com.dyuproject.protostuff.codegen.GwtJsonGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.GwtNumericJsonGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.Module.class - [JAR]
├─ com.dyuproject.protostuff.codegen.ProtobufJSONGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.ProtobufNumericJSONGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.VelocityCodeGenerator.class - [JAR]
├─ com.dyuproject.protostuff.codegen.VelocityUtil.class - [JAR]