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