Uses of Class
tools.jackson.databind.json.JsonMapper
Packages that use JsonMapper
-
Uses of JsonMapper in tools.jackson.databind.json
Subclasses with type arguments of type JsonMapper in tools.jackson.databind.jsonModifier and TypeClassDescriptionstatic classBase implementation for "Vanilla"ObjectMapper, used with JSON dataformat backend.Fields in tools.jackson.databind.json declared as JsonMapperMethods in tools.jackson.databind.json that return JsonMapperModifier and TypeMethodDescriptionJsonMapper.Builder.build()static JsonMapperJsonMapper.shared()Accessor method for getting globally shared "default"JsonMapperinstance: one that has default configuration, no modules registered, no config overrides.static JsonMapperJsonMapper.SharedWrapper.wrapped() -
Uses of JsonMapper in tools.jackson.databind.node
Fields in tools.jackson.databind.node declared as JsonMapperModifier and TypeFieldDescriptionprivate static final JsonMapperNodeSerialization.JSON_MAPPERprivate static final JsonMapperInternalNodeSerializer.MAPPER