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 clever-framework-curd-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.toquery.framework.data.rest
├─ io.github.toquery.framework.data.rest.AppHandlerMethodReturnValueHandler.class - [JAR]
├─ io.github.toquery.framework.data.rest.AppLinkCollector.class - [JAR]
io.github.toquery.framework.curd.service
├─ io.github.toquery.framework.curd.service.AppBaseService.class - [JAR]
io.github.toquery.framework.curd.service.impl
├─ io.github.toquery.framework.curd.service.impl.AppBaseServiceImpl.class - [JAR]
io.github.toquery.framework.data.rest.annotation
├─ io.github.toquery.framework.data.rest.annotation.EnableAppRepositoryRest.class - [JAR]
io.github.toquery.framework.curd.controller
├─ io.github.toquery.framework.curd.controller.AppBaseCurdController.class - [JAR]
io.github.toquery.framework.data.rest.config
├─ io.github.toquery.framework.data.rest.config.AppRepositoryRestAutoConfiguration.class - [JAR]
├─ io.github.toquery.framework.data.rest.config.AppRepositoryRestMvcConfiguration.class - [JAR]