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 ish-ugc-module-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sdl.delivery.ish.webapp.comment.model
├─ com.sdl.delivery.ish.webapp.comment.model.CommentDto.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.model.Dto.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.model.PubIdTitleLang.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.model.UserComment.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.model.UserDto.class - [JAR]
com.sdl.delivery.ish.webapp.comment.converter
├─ com.sdl.delivery.ish.webapp.comment.converter.CommentsEdmEntityToDtoConverter.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.converter.ConverterException.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.converter.EdmEntityToDtoConverter.class - [JAR]
├─ com.sdl.delivery.ish.webapp.comment.converter.UserEdmEntityToDtoConverter.class - [JAR]
com.sdl.delivery.ish.webapp.comment
├─ com.sdl.delivery.ish.webapp.comment.CommentSpringConfiguration.class - [JAR]
com.sdl.delivery.ish.webapp.comment.services
├─ com.sdl.delivery.ish.webapp.comment.services.UgcService.class - [JAR]
com.sdl.delivery.ish.webapp.comment.controller
├─ com.sdl.delivery.ish.webapp.comment.controller.UgcController.class - [JAR]