Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POJO Writer does not handle Date fields, and does not fall back to the delegate writer like the MulitpartFormContentProcessor does #103

Open
WillWolfe89 opened this issue Nov 3, 2021 · 0 comments

Comments

@WillWolfe89
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant