jar

io.github.hisondev : api-link

Maven & Gradle

Jan 07, 2024
0 stars

API Link · API-Link is a novel solution for Spring projects, aimed at streamlining development by eliminating the need for individual controllers. It allows developers to use a single 'cmd' value to invoke service layer methods, simplifying workflow and boosting productivity.

Table Of Contents

Latest Version

Download io.github.hisondev : api-link JAR file - Latest Versions:

All Versions

Download io.github.hisondev : api-link JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window api-link-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.hison.api.exception

├─ io.github.hison.api.exception.ApiException.class - [JAR]

├─ io.github.hison.api.exception.ServiceRuntimeException.class - [JAR]

io.github.hison.api.caching

├─ io.github.hison.api.caching.CachingHandler.class - [JAR]

├─ io.github.hison.api.caching.CachingHandlerDefault.class - [JAR]

├─ io.github.hison.api.caching.CachingHandlerFactory.class - [JAR]

├─ io.github.hison.api.caching.CachingWebSocketSessionManager.class - [JAR]

├─ io.github.hison.api.caching.WebSocketConfig.class - [JAR]

├─ io.github.hison.api.caching.WebSocketHandler.class - [JAR]

io.github.hison.api.handler

├─ io.github.hison.api.handler.ApiHandler.class - [JAR]

├─ io.github.hison.api.handler.ApiHandlerDefault.class - [JAR]

├─ io.github.hison.api.handler.ApiHandlerFactory.class - [JAR]

io.github.hison.api.controller

├─ io.github.hison.api.controller.ApiLink.class - [JAR]

├─ io.github.hison.api.controller.MethodHandleUtil.class - [JAR]