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 common-entity-server-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fivefaces.entity.service.impl
├─ com.fivefaces.entity.service.impl.UserServiceImpl.class - [JAR]
com.fivefaces.entity.service
├─ com.fivefaces.entity.service.UserService.class - [JAR]
com.fivefaces.entity.repository
├─ com.fivefaces.entity.repository.UserRepo.class - [JAR]
com.fivefaces.entity.config
├─ com.fivefaces.entity.config.EntityConfiguration.class - [JAR]
com.fivefaces.entity.entity
├─ com.fivefaces.entity.entity.HashMapConverter.class - [JAR]
├─ com.fivefaces.entity.entity.UserEntity.class - [JAR]
com.fivefaces
├─ com.fivefaces.EntityApplication.class - [JAR]