Uses of Class
tools.jackson.databind.json.JsonMapper
Packages that use JsonMapper
-
Uses of JsonMapper in tools.jackson.databind.json
Methods in tools.jackson.databind.json that return JsonMapperModifier and TypeMethodDescriptionJsonMapper.Builder.build()
static JsonMapper
JsonMapper.shared()
Accessor method for getting globally shared "default"JsonMapper
instance: one that has default configuration, no modules registered, no config overrides.