jar

com.github.wujiuye : hotkit-json-adapter

Maven & Gradle

May 12, 2021
6 stars

hotkit-json-adapter · hotkit-json-adapter是hotkit-json适配springboot的starter包,自动将webmvc或webflux的json解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。

Table Of Contents

Latest Version

Download com.github.wujiuye : hotkit-json-adapter JAR file - Latest Versions:

All Versions

Download com.github.wujiuye : hotkit-json-adapter JAR file - All Versions:

Version Vulnerabilities Size Updated
2021.002.x
2021.001.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 hotkit-json-adapter-2021.002.RC.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wujiuye.hotkit.json.webflux

├─ com.wujiuye.hotkit.json.webflux.WebFluxCondition.class - [JAR]

├─ com.wujiuye.hotkit.json.webflux.WebFluxJsonConverterConfiguration.class - [JAR]

com.wujiuye.hotkit.json.webmvc

├─ com.wujiuye.hotkit.json.webmvc.JsonHttpMessageConverter.class - [JAR]

├─ com.wujiuye.hotkit.json.webmvc.WebMvcCondition.class - [JAR]

├─ com.wujiuye.hotkit.json.webmvc.WebMvcJsonConverterConfiguration.class - [JAR]

com.wujiuye.hotkit.json

├─ com.wujiuye.hotkit.json.HotkitSerializeConfiguration.class - [JAR]