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 | 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 | Description |
---|---|---|
protected CompactStringObjectMap |
EnumDeserializer._getToStringLookup(DeserializationContext ctxt) |
Modifier and Type | Method | Description |
---|---|---|
static <T> CompactStringObjectMap |
CompactStringObjectMap.construct(Map<String,T> all) |
|
CompactStringObjectMap |
EnumResolver.constructLookup() |
Copyright © 2008–2018. All rights reserved.