jar

io.github.tf2jaguar.micro : micro-codec

Maven & Gradle

Jun 16, 2022
1 stars

micro-codec · 对 http 调用出入参数驼峰转换,入参数 params 封装,出参数 code、data、message 封装;对 feign 调用的出入参数驼峰转换;对 swagger 展示中入参数、出参数封装

Table Of Contents

Latest Version

Download io.github.tf2jaguar.micro : micro-codec JAR file - Latest Versions:

All Versions

Download io.github.tf2jaguar.micro : micro-codec JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 micro-codec-1.1.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tf2jaguar.micro.codec.util

├─ io.github.tf2jaguar.micro.codec.util.ObjectMapperUtil.class - [JAR]

io.github.tf2jaguar.micro.codec.config.swagger

├─ io.github.tf2jaguar.micro.codec.config.swagger.ParamsResolverAspect.class - [JAR]

├─ io.github.tf2jaguar.micro.codec.config.swagger.ReturnResolverAspect.class - [JAR]

├─ io.github.tf2jaguar.micro.codec.config.swagger.SwaggerConfig.class - [JAR]

io.github.tf2jaguar.micro.codec.wapper

├─ io.github.tf2jaguar.micro.codec.wapper.Jackson2HttpMessageConverter.class - [JAR]

├─ io.github.tf2jaguar.micro.codec.wapper.ResponseResultBodyAdvice.class - [JAR]

io.github.tf2jaguar.micro.codec.codec

├─ io.github.tf2jaguar.micro.codec.codec.FeignClientDecoder.class - [JAR]

├─ io.github.tf2jaguar.micro.codec.codec.FeignClientEncoder.class - [JAR]

io.github.tf2jaguar.micro.codec.config

├─ io.github.tf2jaguar.micro.codec.config.CodecConfiguration.class - [JAR]

├─ io.github.tf2jaguar.micro.codec.config.CodecSpringBootAutoConfiguration.class - [JAR]