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.
|
Modifier and Type | Field and Description |
---|---|
protected CompactStringObjectMap |
EnumDeserializer._lookupByName |
protected CompactStringObjectMap |
EnumDeserializer._lookupByToString
Alternatively, we may need a different lookup object if "use toString"
is defined.
|
Modifier and Type | Method and Description |
---|---|
protected CompactStringObjectMap |
EnumDeserializer._getToStringLookup(DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
static <T> CompactStringObjectMap |
CompactStringObjectMap.construct(Map<String,T> all) |
CompactStringObjectMap |
EnumResolver.constructLookup() |
Copyright © 2008–2021 FasterXML. All rights reserved.