Package | Description |
---|---|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Modifier and Type | Class and Description |
---|---|
private static class |
JDKValueInstantiators.ArrayListInstantiator |
private static class |
JDKValueInstantiators.ConstantValueInstantiator |
private static class |
JDKValueInstantiators.HashMapInstantiator |
private static class |
JDKValueInstantiators.LinkedHashMapInstantiator |
Modifier and Type | Class and Description |
---|---|
class |
JsonLocationInstantiator
For
JsonLocation , we should be able to just implement
ValueInstantiator (not that explicit one would be very
hard but...) |