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 mapstruct-spring-plus-core-1.0.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.zhaord.mapstruct.plus.annotations
├─ io.github.zhaord.mapstruct.plus.annotations.AutoMap.class - [JAR]
├─ io.github.zhaord.mapstruct.plus.annotations.AutoMapField.class - [JAR]
├─ io.github.zhaord.mapstruct.plus.annotations.AutoMapSpring.class - [JAR]
io.github.zhaord.mapstruct.plus
├─ io.github.zhaord.mapstruct.plus.AutoMapObjectMapper.class - [JAR]
├─ io.github.zhaord.mapstruct.plus.AutoMapperFactory.class - [JAR]
├─ io.github.zhaord.mapstruct.plus.BaseAutoMapper.class - [JAR]
├─ io.github.zhaord.mapstruct.plus.IObjectMapper.class - [JAR]