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 CompactStringObjectMap
EnumDeserializer. _lookupByName
protected CompactStringObjectMap
EnumDeserializer. _lookupByToString
Alternatively, 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 CompactStringObjectMap
EnumDeserializer. _getToStringLookup(DeserializationContext ctxt)
Methods in com.fasterxml.jackson.databind.deser.std with parameters of type CompactStringObjectMap Modifier and Type Method Description private java.lang.Object
EnumDeserializer. _deserializeAltString(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, CompactStringObjectMap lookup, java.lang.String name)
-
Uses of CompactStringObjectMap in com.fasterxml.jackson.databind.util
Fields in com.fasterxml.jackson.databind.util declared as CompactStringObjectMap Modifier and Type Field Description private static CompactStringObjectMap
CompactStringObjectMap. EMPTY
Shared instance that can be used when there are no contents to Map.Methods in com.fasterxml.jackson.databind.util that return CompactStringObjectMap Modifier and Type Method Description static <T> CompactStringObjectMap
CompactStringObjectMap. construct(java.util.Map<java.lang.String,T> all)
CompactStringObjectMap
EnumResolver. constructLookup()
-