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 spring-boot-tool-kit-orrai-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.library.support.orrai.exception
├─ com.library.support.orrai.exception.ForbiddenException.class - [JAR]
├─ com.library.support.orrai.exception.InternalErrorException.class - [JAR]
├─ com.library.support.orrai.exception.NotFoundException.class - [JAR]
├─ com.library.support.orrai.exception.UnauthorizedException.class - [JAR]
com.library.support.orrai.handler
├─ com.library.support.orrai.handler.GlobalExceptionHandler.class - [JAR]
com.library.support.orrai.model
├─ com.library.support.orrai.model.ErrorResponse.class - [JAR]