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

#4103 Support for Jackson reference types #4106

Merged
merged 2 commits into from
Nov 2, 2022
Merged

#4103 Support for Jackson reference types #4106

merged 2 commits into from
Nov 2, 2022

Conversation

dpeger
Copy link
Contributor

@dpeger dpeger commented Jan 26, 2022

In addition to the hard coded Optional reference types the type information from jackson is used to unwrap additional reference types (e.g. AtomicReference)

Fixes #4103 for master branch (swagger 2.X)

In addition to the hard coded `Optional` reference types the type information from jackson is used to unwrap additional reference types (e.g. `AtomicReference`)
In addition to the hard coded `Optional` reference types the type information from jackson is used to unwrap additional reference types (e.g. `AtomicReference`)
@frantuma frantuma merged commit f383457 into swagger-api:master Nov 2, 2022
@frantuma
Copy link
Member

frantuma commented Nov 2, 2022

Thanks!

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

Successfully merging this pull request may close these issues.

Support for additional reference types (other than JDK8 and Guava Optional)
2 participants