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

Improve customizability of object mapper #7

Closed
neiser opened this issue Nov 30, 2020 · 1 comment
Closed

Improve customizability of object mapper #7

neiser opened this issue Nov 30, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@neiser
Copy link
Collaborator

neiser commented Nov 30, 2020

In DefaultOpenApiObjectMapperSupplier a dedifcated ObjectMapper is built which is used at various places when the library generates the Open Api spec.

Consider if one should offer customizers for this ObjectMapper, have a look how Spring Web is doing it (see JacksonAutoConfiguration)

@neiser
Copy link
Collaborator Author

neiser commented Dec 6, 2020

I think this issue can be closed as customizability is already given by overriding either OpenApiYamlMapper or OpenApiObjectMapperSupplier beans.

@neiser neiser closed this as completed Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

No branches or pull requests

1 participant