|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapDeserializer | |
|---|---|
| com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
| Uses of MapDeserializer in com.fasterxml.jackson.databind.deser.std |
|---|
| Methods in com.fasterxml.jackson.databind.deser.std that return MapDeserializer | |
|---|---|
protected MapDeserializer |
MapDeserializer.withResolved(KeyDeserializer keyDeser,
TypeDeserializer valueTypeDeser,
JsonDeserializer<?> valueDeser,
HashSet<String> ignorable)
Fluent factory method used to create a copy with slightly different settings. |
| Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type MapDeserializer | |
|---|---|
MapDeserializer(MapDeserializer src)
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance. |
|
MapDeserializer(MapDeserializer src,
KeyDeserializer keyDeser,
JsonDeserializer<Object> valueDeser,
TypeDeserializer valueTypeDeser,
HashSet<String> ignorable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||