public class MapDeserializersExt
extends SimpleDeserializers
Constructor and Description |
---|
MapDeserializersExt() |
Modifier and Type | Method and Description |
---|---|
<any> |
createMapDeserializer(MapLikeType type,
DeserializationConfig config,
BeanDescription beanDesc,
KeyDeserializer keyDeserializer,
TypeDeserializer elementTypeDeserializer,
<any> elementDeserializer) |
<any> |
findMapDeserializer(MapType type,
DeserializationConfig config,
BeanDescription beanDesc,
KeyDeserializer keyDeserializer,
TypeDeserializer elementTypeDeserializer,
<any> elementDeserializer) |
<any> |
findMapLikeDeserializer(MapLikeType type,
DeserializationConfig config,
BeanDescription beanDesc,
KeyDeserializer keyDeserializer,
TypeDeserializer elementTypeDeserializer,
<any> elementDeserializer) |
public <any> findMapDeserializer(MapType type, DeserializationConfig config, BeanDescription beanDesc, KeyDeserializer keyDeserializer, TypeDeserializer elementTypeDeserializer, <any> elementDeserializer) throws JsonMappingException
JsonMappingException
public <any> findMapLikeDeserializer(MapLikeType type, DeserializationConfig config, BeanDescription beanDesc, KeyDeserializer keyDeserializer, TypeDeserializer elementTypeDeserializer, <any> elementDeserializer) throws JsonMappingException
JsonMappingException
public <any> createMapDeserializer(MapLikeType type, DeserializationConfig config, BeanDescription beanDesc, KeyDeserializer keyDeserializer, TypeDeserializer elementTypeDeserializer, <any> elementDeserializer)