You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultipartFormContentProcessor falls back to the Delegate Writer if none of the other writers can handle a field. The PojoWriter loops the other writers to handle fields in an object, but it does not fall back to the Delegate Writer.
I solved this by getting the MultipartFormContentProcessor out and adding the DelegateWriter to the list, so that it is passed to the PojoWriter instead of just being the fallback option
The text was updated successfully, but these errors were encountered:
MultipartFormContentProcessor falls back to the Delegate Writer if none of the other writers can handle a field. The PojoWriter loops the other writers to handle fields in an object, but it does not fall back to the Delegate Writer.
I solved this by getting the MultipartFormContentProcessor out and adding the DelegateWriter to the list, so that it is passed to the PojoWriter instead of just being the fallback option
The text was updated successfully, but these errors were encountered: