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
Currently template generates native arrays [] for the type: array. That's a bit old fashioned approach and could be replaced with List.
OpenAPI generators are using List to handle type: array.
Description
Update $$objectSchema$$.java file. Replace [] with List.
The text was updated successfully, but these errors were encountered:
Reason/Context
Currently template generates native arrays
[]
for thetype: array
. That's a bit old fashioned approach and could be replaced withList
.OpenAPI generators are using
List
to handletype: array
.Description
Update
$$objectSchema$$.java
file. Replace[]
withList
.The text was updated successfully, but these errors were encountered: