Class BeanPropertyMap

Overrides:
deserialize in class JsonDeserializer<java.lang.Object>
Throws:
java.io.IOException
  • deserializeFromObject

    public java.lang.Object deserializeFromObject​(com.fasterxml.jackson.core.JsonParser p,
           
        the type information deserializer to use; should usually be used as is when constructing
        array deserializer.
    
    elementDeserializer - Deserializer to use for elements, if explicitly defined (by using annotations, for exmple). May be null, in which case it should be resolved here (or using ResolvableDeserializer callback)
    Returns:
    Deserializer to use for the type; or null if this provider does not know how to construct it
    Throws:
    JsonMappingException