Uses of Class
tools.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 tools.jackson.databind
Fields in tools.jackson.databind declared as ReadOnlyClassToSerializerMapModifier and TypeFieldDescriptionprotected final ReadOnlyClassToSerializerMapSerializationContext._knownSerializersFor fast lookups, we will have a local non-shared read-only map that contains serializers previously fetched. -
Uses of ReadOnlyClassToSerializerMap in tools.jackson.databind.ser
Methods in tools.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 tools.jackson.databind.ser.impl
Methods in tools.jackson.databind.ser.impl that return ReadOnlyClassToSerializerMapModifier and TypeMethodDescriptionstatic ReadOnlyClassToSerializerMapReadOnlyClassToSerializerMap.from(SerializerCache shared, LookupCache<TypeKey, ValueSerializer<Object>> src) Factory method for constructing an instance.