kokuwaio/micronaut-openapi-codegen

Query params naming

Closed this issue · 2 comments

Hey, guys!

I've encountered a behavior where the names of the query parameters don't match the names in the specification. Could you tell me, is this how it should work or is it a bug?

This specification param
image

generates this code
image

If "name" is "my_query_param" why I have "myQueryParam" in generated code? It makes me add @QueryParam("my_query_param") everywhere in code ;(

I'm busy right now. I got this an will response end of this week.

Ok. Thank you for reply