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 pager-spring-boot-starter-2.4.9-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dreamroute.pager.starter.anno
├─ com.github.dreamroute.pager.starter.anno.Pager.class - [JAR]
├─ com.github.dreamroute.pager.starter.anno.PagerContainer.class - [JAR]
com.github.dreamroute.pager.starter.exception
├─ com.github.dreamroute.pager.starter.exception.PaggerException.class - [JAR]
com.github.dreamroute.pager.starter.interceptor
├─ com.github.dreamroute.pager.starter.interceptor.PagerInterceptor.class - [JAR]
├─ com.github.dreamroute.pager.starter.interceptor.ProxyUtil.class - [JAR]
├─ com.github.dreamroute.pager.starter.interceptor.ResultWrapper.class - [JAR]
com.github.dreamroute.pager.starter.api
├─ com.github.dreamroute.pager.starter.api.PageRequest.class - [JAR]
├─ com.github.dreamroute.pager.starter.api.PageResponse.class - [JAR]
├─ com.github.dreamroute.pager.starter.api.Pager.class - [JAR]