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 protobuf-usage-1.44.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
no.entur.mapstruct.example
├─ no.entur.mapstruct.example.EnumPostfixOverrideMapper.class - [JAR]
├─ no.entur.mapstruct.example.EnumPostfixOverrideMapperImpl.class - [JAR]
├─ no.entur.mapstruct.example.EnumPostfixOverrideProtos.class - [JAR]
├─ no.entur.mapstruct.example.UserMapper.class - [JAR]
├─ no.entur.mapstruct.example.UserMapperImpl.class - [JAR]
├─ no.entur.mapstruct.example.UserProtos.class - [JAR]
no.entur.mapstruct.spi.protobuf
├─ no.entur.mapstruct.spi.protobuf.Department.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.EnumPostfixOverrideValues.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.House.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.MultiNumber.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.Permission.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.Status.class - [JAR]
├─ no.entur.mapstruct.spi.protobuf.User.class - [JAR]