Class FormJsonDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.web.multipart.MultipartFile>
com.joutvhu.spring.formjson.FormJsonDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider

public class FormJsonDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.web.multipart.MultipartFile>
  • 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
    FormJsonDeserializer(org.springframework.web.multipart.MultipartRequest request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.multipart.MultipartFile
    deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
     

    Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FormJsonDeserializer

      public FormJsonDeserializer(org.springframework.web.multipart.MultipartRequest request)
  • Method Details

    • deserialize

      public org.springframework.web.multipart.MultipartFile deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JacksonException
      Specified by:
      deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.web.multipart.MultipartFile>
      Throws:
      IOException
      com.fasterxml.jackson.core.JacksonException