FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Add `JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS` #221

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 1 year ago

(note: result of https://github.com/FasterXML/jackson-modules-java8/issues/272)

So, there is JsonFormat.Feature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS to match SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS. But no similar one for READ_DATE_TIMESTAMPS_AS_NANOSECONDS. Let's add it.