Uses of Class
com.fasterxml.jackson.databind.util.CompactStringObjectMap
-
Packages that use CompactStringObjectMap Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses.com.fasterxml.jackson.databind.util 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 CompactStringObjectMap Modifier and Type Field Description protected 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 CompactStringObjectMap Modifier and Type Method Description protected CompactStringObjectMapEnumDeserializer. _getToStringLookup(DeserializationContext ctxt) -
Uses of CompactStringObjectMap in com.fasterxml.jackson.databind.util
Methods in com.fasterxml.jackson.databind.util that return CompactStringObjectMap Modifier and Type Method Description static <T> CompactStringObjectMapCompactStringObjectMap. construct(Map<String,T> all)CompactStringObjectMapEnumResolver. constructLookup()
-