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

Add support to use array representation of object #674

Open
olegshtch opened this issue May 4, 2021 · 1 comment
Open

Add support to use array representation of object #674

olegshtch opened this issue May 4, 2021 · 1 comment

Comments

@olegshtch
Copy link
Contributor

Could be enabled for jackson2 with annotation:

@JsonFormat(shape=JsonFormat.Shape.ARRAY)

Should generate typescript tuple.

@porunov
Copy link

porunov commented Feb 5, 2022

I believe customTypeProcessor can be used to resolve your argument correctly.
Otherwise, #788 might potentially be used

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