cdimascio / openapi-spring-webflux-validator

🌱 A friendly kotlin library to validate API endpoints using an OpenApi 3.0 and Swagger 2.0 specification
Other
97 stars 13 forks source link

Allow to inject custom object mapper factory #1

Closed reinterpretcat closed 5 years ago

reinterpretcat commented 5 years ago

This is necessary to support ObjectMapper behavior customization model implemented by module registry.

One common example is changing the way how date types are handled by registring JavaTimeModule with serialization features.

cdimascio commented 5 years ago

@reinterpretcat Great improvement! Thank you. Code looks good. merging..

cdimascio commented 5 years ago

would you mind adding a blurb to README.md describing the new object mapper configuration option

reinterpretcat commented 5 years ago

Sure, will prepare commit (just missed checking README for this one)