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
Please provide an option to do not generate duplicated classes with "" at the end (like "Body.java, Body.java, Body__.java"), but add everything in one class (Body.java).
Expected generated java class:
Body.java that contains all of params, i.e. id, name and registationDate.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
etsybaev
changed the title
Please provide an option to do not generate duplicated classes with "_" symbol at the end, but add everything in one
Please provide an option to do not generate duplicated classes with "_" symbol at the end, but add everything in one class
Jul 2, 2018
etsybaev
changed the title
Please provide an option to do not generate duplicated classes with "_" symbol at the end, but add everything in one class
Please add an option to do not generate duplicated classes with "_" symbol at the end, but add everything in one class
Jul 2, 2018
@etsybaev , after 2 years, do you have any solution to it?
To tell the truth, I didn't have a lot of time for solving at that time, so just used classes with "_". It was ugly, but I had a very strict deadline. So no, it's not solved yet
Please provide an option to do not generate duplicated classes with "" at the end (like "Body.java, Body.java, Body__.java"), but add everything in one class (Body.java).
Example
Preconditions:
body{
"id":1,
"name":"John"
}
body{
"name":"Ann",
"registationDate": 2018-01-01
}
Expected generated java class:
Body.java that contains all of params, i.e. id, name and registationDate.
Thanks in advance!
The text was updated successfully, but these errors were encountered: