Forum Discussion

lvincent's avatar
lvincent
Frequent Visitor
6 years ago

How to prevent swagger codegen from forcing camelCase (APEX)

The generated APEX client automatically converts my yaml snake_case to camelCase.

Tried to generate with option(s):

--additional-properties modelPropertyNaming=snake_case

or 

--additional-properties modelPropertyNaming=original

 

but this does not change the creation of camelCase methods.

Anyone experienced this already? Suggestions ?

 

 

No RepliesBe the first to reply