Uses of Class
com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
Packages that use ReadOnlyClassToSerializerMap
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode
), as well as
writing Java Objects and trees as JSON.Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Uses of ReadOnlyClassToSerializerMap in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind declared as ReadOnlyClassToSerializerMapModifier and TypeFieldDescriptionprotected final ReadOnlyClassToSerializerMap
SerializerProvider._knownSerializers
For fast lookups, we will have a local non-shared read-only map that contains serializers previously fetched. -
Uses of ReadOnlyClassToSerializerMap in com.fasterxml.jackson.databind.ser
Methods in com.fasterxml.jackson.databind.ser that return ReadOnlyClassToSerializerMapModifier and TypeMethodDescriptionSerializerCache.getReadOnlyLookupMap()
Method that can be called to get a read-only instance populated from the most recent version of the shared lookup Map. -
Uses of ReadOnlyClassToSerializerMap in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return ReadOnlyClassToSerializerMapModifier and TypeMethodDescriptionstatic ReadOnlyClassToSerializerMap
ReadOnlyClassToSerializerMap.from
(LookupCache<TypeKey, JsonSerializer<Object>> src) Factory method for constructing an instance.