首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
exclusionstrategy专题
Gson系列5 --- 总结篇 -- @Expose 和 transient @Since @Until、 ExclusionStrategy 和 自定义注解
# @Expose 和 transient @Since @Until ExclusionStrategy 和 自定义注解类属性的字段过滤 1、属性注解 @Expose 对应的链接 2、版本注解 @Since 和 @Until 对应的链接 3、修饰符 public、static 、final、private、protected 、transient4、
阅读更多...
Gson系列4 --- 策略篇 -- ExclusionStrategy
1、简述 [ExclusionStrategy]排除策略 用于排除相关的属性 作用等同于 @Expose 和 transient自定义相关注解 进行排除操作 自定义排除属性注解 2、实体 package sun.rain.amazing.gson.strategy.exclude;import java.lang.annotation.ElementT
阅读更多...