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 prettypb-mock-0.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.dongliu.prettypb.runtime.mock.include
├─ net.dongliu.prettypb.runtime.mock.include.Company.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock.include.Include.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock.include.Include2.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock.include.Salary.class - [JAR]
net.dongliu.prettypb.runtime.mock2
├─ net.dongliu.prettypb.runtime.mock2.AsyncPersonService.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.Company.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.Hair.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.MockData.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.MyEnum.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.Person.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.PersonService.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.Request.class - [JAR]
├─ net.dongliu.prettypb.runtime.mock2.Response.class - [JAR]
com.google.protobuf
├─ com.google.protobuf.DescriptorProtos.class - [JAR]
net.dongliu.prettypb.runtime.mock
├─ net.dongliu.prettypb.runtime.mock.MockData.class - [JAR]