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 dozer-proto-5.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dozer.builder
├─ org.dozer.builder.ByProtobufBuilder.class - [JAR]
├─ org.dozer.builder.ProtoBeanBuilder.class - [JAR]
org.dozer.util
├─ org.dozer.util.ProtoUtils.class - [JAR]
org.dozer.propertydescriptor
├─ org.dozer.propertydescriptor.ProtoFieldPropertyDescriptor.class - [JAR]
├─ org.dozer.propertydescriptor.ProtoFieldPropertyDescriptorCreationStrategy.class - [JAR]
org.dozer
├─ org.dozer.ProtobufSupportModule.class - [JAR]
org.dozer.classmap.generator
├─ org.dozer.classmap.generator.ProtobufBeanFieldsDetector.class - [JAR]