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
Any properties that begin with numbers result in generated Java code that will not compile. If generated code is changed to fix the compiler error, i.e. rename field to _5qi, the JSON converter generated from the @DataObject annotation processor omits the "5qi" property.
There are many incidences like this in published API specifications from 3GPP, particularly the dozens of 5G mobile core services. Modifying the specifications themselves is not a feasible option.
Any properties that begin with numbers result in generated Java code that will not compile. If generated code is changed to fix the compiler error, i.e. rename field to _5qi, the JSON converter generated from the
@DataObject
annotation processor omits the "5qi" property.There are many incidences like this in published API specifications from 3GPP, particularly the dozens of 5G mobile core services. Modifying the specifications themselves is not a feasible option.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: