Uses of Class
com.fasterxml.jackson.databind.util.CompactStringObjectMap
Packages that use CompactStringObjectMap
Package
Description
Contains public standard implementations of abstraction that
Jackson uses.
Utility classes for Mapper package.
-
Uses of CompactStringObjectMap in com.fasterxml.jackson.databind.deser.std
Fields in com.fasterxml.jackson.databind.deser.std declared as CompactStringObjectMapModifier and TypeFieldDescriptionprotected final CompactStringObjectMapEnumDeserializer._lookupByEnumNamingLook up map with key asEnum.name()converted byEnumNamingStrategy.convertEnumToExternalName(String)and value as Enums.protected final CompactStringObjectMapEnumDeserializer._lookupByNameprotected CompactStringObjectMapEnumDeserializer._lookupByToStringAlternatively, we may need a different lookup object if "use toString" is defined.Methods in com.fasterxml.jackson.databind.deser.std that return CompactStringObjectMapModifier and TypeMethodDescriptionprotected CompactStringObjectMapEnumDeserializer._getToStringLookup(DeserializationContext ctxt) Deprecated.Since 2.16private CompactStringObjectMapEnumDeserializer._resolveCurrentLookup(DeserializationContext ctxt) Methods in com.fasterxml.jackson.databind.deser.std with parameters of type CompactStringObjectMapModifier and TypeMethodDescriptionprivate final ObjectEnumDeserializer._deserializeAltString(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, CompactStringObjectMap lookup, String nameOrig) -
Uses of CompactStringObjectMap in com.fasterxml.jackson.databind.util
Fields in com.fasterxml.jackson.databind.util declared as CompactStringObjectMapModifier and TypeFieldDescriptionprivate static final CompactStringObjectMapCompactStringObjectMap.EMPTYShared instance that can be used when there are no contents to Map.Methods in com.fasterxml.jackson.databind.util that return CompactStringObjectMapModifier and TypeMethodDescriptionstatic <T> CompactStringObjectMapEnumResolver.constructLookup()