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
The java client generator will happily use the type ListOfOrder like a class in many places, but will not generate the class itself, thereby yielding code, which will not even compile.
In our discovery document we have lists as method return types like this:
The java client generator will happily use the type ListOfOrder like a class in many places, but will not generate the class itself, thereby yielding code, which will not even compile.