jackson的配置属性
配置
date-format
指定日期格式,比如yyyy-MM-dd HH:mm:ss,或者具体的格式化类的全限定名
deserialization
是否开启Jackson的反序列化
generator
是否开启json的generators
joda-date-time-format
指定Joda date/time的格式,比如yyyy-MM-ddHH:mm:ss). 如果没有配置的话,dateformat会作为backup
locale
指定json使用的Locale
mapper
是否开启Jackson通用的特性
parser
是否开启jackson的parser特性
property-naming-strategy
指定PropertyNamingStrategy(CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES)或者指定PropertyNamingStrategy子类的全限定类名
serialization
是否开启jackson的序列化
serialization-inclusion
指定序列化时属性的inclusion方式,具体查看JsonInclude.Include枚举
time-zone
指定日期格式化时区,比如America/Los_Angeles或者GMT+10
PS.
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 LeDao's Blog!
评论