`
godfox
  • 浏览: 71698 次
  • 性别: Icon_minigender_1
  • 来自: 南宁
文章分类
社区版块
存档分类
最新评论

Jackson json annotation 试探

阅读更多

简单的使用了jackson的annotation,

@JsonAutoDetect (class)

这是作用于类的annotation,主要用于指明该类使用annotation,并且可以自动侦测getter,setter,构造方法,以便生成json对象

@JsonIgnore (method/field):作用于方法或字段,用来表明,当生成json的时候忽略有该annotation的方法或字段

 

更多可以参考:http://wiki.fasterxml.com/JacksonAnnotations

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics