Uses of Class
com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
Packages that use MapEntryDeserializer Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of MapEntryDeserializer in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return MapEntryDeserializer Modifier and Type Method Description protected MapEntryDeserializer
MapEntryDeserializer. withResolved(KeyDeserializer keyDeser, TypeDeserializer valueTypeDeser, JsonDeserializer<?> valueDeser)
Fluent factory method used to create a copy with slightly different settings.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type MapEntryDeserializer Constructor Description MapEntryDeserializer(MapEntryDeserializer src)
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.MapEntryDeserializer(MapEntryDeserializer src, KeyDeserializer keyDeser, JsonDeserializer<java.lang.Object> valueDeser, TypeDeserializer valueTypeDeser)
-