-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inflector incorrectly singularizes Address to Addres #244
Comments
Thanks for reporting this. We obviously need to add a special case to the inflector for the word 'address'. I'll do this for the next release. |
Dear jsonschema2pojo team, Thanks & regards |
@sharathgithub This fix hasn't been released, it will be released in 0.4.6. |
Dear jsonschema2pojo team, Thanks in advance. Regards |
0.4.6 is released. |
Hi jsonschema2pojo team,
jsonschema2pojo-core-0.4.3.jar API is not generating the POJO Class Name Properly, generated class Name[com.example.PostalAddres.java] is not equal to Object Name[PostalAddress] in the Schema, it is trimming the 's' in end of a string[ObjectName], this issue is creating inconsistent between the names and it is only happening when the object name[end of the name] has "ss".
Schema Used :
Please find the problem in the screens,
JSON Schema View:
POJO Class View:
Thanks in advance.
Regards
SharathG
The text was updated successfully, but these errors were encountered: