ObjectMapper Implementation Details

From NovaOrdis Knowledge Base
Revision as of 17:19, 14 November 2018 by Ovidiu (talk | contribs) (→‎Organizatorium)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Organizatorium

Default Date deserialization is done with com.fasterxml.jackson.databind.deser.std.DateDeserializer and com.fasterxml.jackson.databind.deser.std.StdDeserializer. They handle the situation when there's a custom format or not. If there is no custom format, com.fasterxml.jackson.databind.util.StdDateFormat is used. It does clone it to avoid threading issues.