首页>代码>SpringBoot+Mybatis+thymeleaf搭建开源个人博客系统>/blog/src/main/java/springboot/client/codec/HttpJsonResponseDecoder.java
package springboot.client.codec; import io.netty.channel.ChannelHandlerContext; import io.netty.handler.codec.http.FullHttpResponse; import springboot.server.codec.AbstractHttpJsonDecoder; import springboot.server.codec.HttpJsonResponse; import java.util.List; /** * @author tangj * @date 2018/4/15 21:48 */ public class HttpJsonResponseDecoder extends AbstractHttpJsonDecoder<FullHttpResponse> { public HttpJsonResponseDecoder(Class<?> clazz) { super(clazz); } public HttpJsonResponseDecoder(Class<?> clazz, boolean isPrint) { super(clazz, false); } @Override protected void decode(ChannelHandlerContext ctx, FullHttpResponse msg, List<Object> out) throws Exception { out.add(new HttpJsonResponse(msg,jsonDecode(ctx,msg.content()))); } }

陈小灏 LV18
2月18日
ghjgjhgjh LV1
2024年6月17日
微信网友_7015933945958400 LV1
2024年5月30日
zhouenyi LV6
2024年3月20日
酒酒清欢 LV8
2023年12月5日
微信网友_6724618780348416 LV3
2023年12月4日
yqyqyqyqy LV4
2023年7月23日
3416059514 LV1
2023年6月23日
try8023 LV19
2023年5月4日
ycyycy LV1
2022年10月24日

denliv_hui LV14
昨天
f22m1a2b2 LV17
2月5日
nightstarshii
1月26日
暂无贡献等级
Duangi LV1
2024年12月18日
微信网友_6797029372219392 LV2
2024年10月29日
Peny_ZH LV5
2024年9月21日
xiaoxindu8 LV10
2024年9月13日
yellow_flowers LV8
2024年7月8日
tt867309 LV1
2024年7月7日
李朝磊 LV18
2024年6月28日