You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom ObjectMapper configured for my service.
In particular, I have specified SNAKE_CASE as property naming strategy.
It seems as this is not reflected in the generated api spec. There, casing is as my property-names (camelCase)
Don't know if this is an issue, or if I'm doing something wrong, but I would assume that the libraries should pick up on this setting automatically?
I use springdoc 1.1.29, spring-boot 2.1.7, jackson-bom:2.9.9.20190807, all on java11...