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

Generated code converts all parameters to lower case.. #15

Open
Pushpalanka opened this issue Dec 10, 2017 · 1 comment
Open

Generated code converts all parameters to lower case.. #15

Pushpalanka opened this issue Dec 10, 2017 · 1 comment

Comments

@Pushpalanka
Copy link

If the parameters are defined as below,
properties:
Data:
$ref: '#/definitions/Data'

Still the generated code take it in all simples (data) forcing the payload also to be in lower case format.

@yuanmei-norra
Copy link

yuanmei-norra commented Dec 26, 2018

not only covert to lower case, also covert to camel casing,
properties:
Create_date:
type: string
format: yyyyMMddHHmmss

This parameter will be changed to createDate in DTO file.

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

No branches or pull requests

2 participants