Uses of Class
tools.jackson.databind.util.CompactStringObjectMap
Packages that use CompactStringObjectMap
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Utility classes for Mapper package.
-
Uses of CompactStringObjectMap in tools.jackson.databind.deser.jdk
Fields in tools.jackson.databind.deser.jdk declared as CompactStringObjectMapModifier and TypeFieldDescriptionprotected final CompactStringObjectMapEnumDeserializer._lookupByEnumNamingLook up map with key asEnum.name()converted byEnumNamingStrategy.convertEnumToExternalName(MapperConfig, AnnotatedClass, String)and value as Enums.protected final CompactStringObjectMapEnumDeserializer._lookupByNameprotected final CompactStringObjectMapEnumDeserializer._lookupByToStringAlternatively, we may need a different lookup object if "use toString" is defined.Methods in tools.jackson.databind.deser.jdk that return CompactStringObjectMapModifier and TypeMethodDescriptionprivate CompactStringObjectMapEnumDeserializer._resolveCurrentLookup(DeserializationContext ctxt) Methods in tools.jackson.databind.deser.jdk with parameters of type CompactStringObjectMapModifier and TypeMethodDescriptionprivate final ObjectEnumDeserializer._deserializeAltString(tools.jackson.core.JsonParser p, DeserializationContext ctxt, CompactStringObjectMap lookup, String nameOrig) -
Uses of CompactStringObjectMap in tools.jackson.databind.util
Fields in tools.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 tools.jackson.databind.util that return CompactStringObjectMap