Skip to content

briar-headless: Inject a singleton ObjectMapper for JSON parsing

Torsten Grote requested to merge 1254-inject-object-mapper into master

From http://fasterxml.github.io/jackson-databind/javadoc/2.9/

Mapper instances are fully thread-safe provided that ALL configuration of the instance occurs before ANY read or write calls.

Merge request reports