springboot-jackson-datetime-example icon indicating copy to clipboard operation
springboot-jackson-datetime-example copied to clipboard

Spring Boot Jackson对于日期时间类型处理的例子

Results 2 springboot-jackson-datetime-example issues
Sort by recently updated
recently updated
newest added

java 8 ZonedDateTime和joda DateTime这两个带时区信息的日期时间类型的序列化与反序列化例子可能需要重新,因为在写本文过程中发现了这么几个bug: * https://github.com/FasterXML/jackson-datatype-joda/issues/92 * https://github.com/FasterXML/jackson-datatype-joda/issues/93 不确定是特性还是bug,等作者进一步回复再说。

ZonedDateTime使用@JsonFormat的反序列化的例子没有写完,还没有找到能够使用@JsonFormat同时又能够正确反序列化的方法。