Class MapDeserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider

    public class MapDeserializer
    extends com.fasterxml.jackson.databind.JsonDeserializer<Map<String,​Object>>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        com.fasterxml.jackson.databind.JsonDeserializer.None
    • Constructor Summary

      Constructors 
      Constructor Description
      MapDeserializer()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​Object> deserialize​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      static com.fasterxml.jackson.databind.ObjectMapper getMapper()  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • MapDeserializer

        public MapDeserializer()
    • Method Detail

      • getMapper

        public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
      • deserialize

        public Map<String,​Object> deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                             throws IOException,
                                                    com.fasterxml.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Map<String,​Object>>
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException