Package | Description |
---|---|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StdKeyDeserializer.EnumKD |
(package private) static class |
StdKeyDeserializer.StringCtorKeyDeserializer
Key deserializer that calls a single-string-arg constructor
to instantiate desired key type.
|
(package private) static class |
StdKeyDeserializer.StringFactoryKeyDeserializer
Key deserializer that calls a static no-args factory method
to instantiate desired key type.
|
(package private) static class |
StdKeyDeserializer.StringKD |
Modifier and Type | Method and Description |
---|---|
static StdKeyDeserializer |
StdKeyDeserializer.forType(java.lang.Class<?> raw) |