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 base-pagination-library-1.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.lontime.base.pagination
├─ com.github.lontime.base.pagination.AbstractPageRequest.class - [JAR]
├─ com.github.lontime.base.pagination.Chunk.class - [JAR]
├─ com.github.lontime.base.pagination.LazyStreamable.class - [JAR]
├─ com.github.lontime.base.pagination.Page.class - [JAR]
├─ com.github.lontime.base.pagination.PageImpl.class - [JAR]
├─ com.github.lontime.base.pagination.PageRequest.class - [JAR]
├─ com.github.lontime.base.pagination.PageUtils.class - [JAR]
├─ com.github.lontime.base.pagination.Pageable.class - [JAR]
├─ com.github.lontime.base.pagination.Slice.class - [JAR]
├─ com.github.lontime.base.pagination.Sort.class - [JAR]
├─ com.github.lontime.base.pagination.StreamUtils.class - [JAR]
├─ com.github.lontime.base.pagination.Streamable.class - [JAR]
├─ com.github.lontime.base.pagination.Unpaged.class - [JAR]