This commit adds a ResolvableType field to HttpEntity, in order to support Publishers as multipart data. Without the type, the MultipartHttpMessageWriter does not know which delegate writer to use to write the part. Issue: SPR-16307
This commit adds a ResolvableType field to HttpEntity, in order to support Publishers as multipart data. Without the type, the MultipartHttpMessageWriter does not know which delegate writer to use to write the part. Issue: SPR-16307