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 restful-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.iteratefast.bootstarter.restful.utils
├─ top.iteratefast.bootstarter.restful.utils.JsonUtils.class - [JAR]
top.iteratefast.bootstarter.restful.error
├─ top.iteratefast.bootstarter.restful.error.BizError.class - [JAR]
├─ top.iteratefast.bootstarter.restful.error.SysErrors.class - [JAR]
top.iteratefast.bootstarter.restful
├─ top.iteratefast.bootstarter.restful.RestfulStarterConfiguration.class - [JAR]
top.iteratefast.bootstarter.restful.vo
├─ top.iteratefast.bootstarter.restful.vo.Pagination.class - [JAR]
├─ top.iteratefast.bootstarter.restful.vo.PagingResult.class - [JAR]
├─ top.iteratefast.bootstarter.restful.vo.Resp.class - [JAR]
top.iteratefast.bootstarter.restful.validator.handler
├─ top.iteratefast.bootstarter.restful.validator.handler.ControllerAdviceExceptionHandler.class - [JAR]
├─ top.iteratefast.bootstarter.restful.validator.handler.CustomErrorAttributes.class - [JAR]
├─ top.iteratefast.bootstarter.restful.validator.handler.CustomErrorAttributesConfiguration.class - [JAR]