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

Records not serialized #105

Open
zskamljic opened this issue Nov 25, 2021 · 1 comment
Open

Records not serialized #105

zskamljic opened this issue Nov 25, 2021 · 1 comment

Comments

@zskamljic
Copy link

Trying to use FormEncoder with Java records results in body being serialized to 0, it seems. converting the record to class appears to work correctly.

@bstoilov
Copy link

I just stubmled upon the same issue. I had to convert the request body to regular java POJO with getters and setters in order to make it work

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

2 participants