Issue Summary
A server response such as
maps to a model like:
public class Foo extends ArrayList<Bar> {}
stag fails generating code these top-level array objects.
Reproduction Steps
See above
Expected Behavior
Extending ArrayList should produce valid code
Actual Behavior
Fails to generate.
Issue Summary
A server response such as
[ {}, {} ]maps to a model like:
stag fails generating code these top-level array objects.
Reproduction Steps
See above
Expected Behavior
Extending ArrayList should produce valid code
Actual Behavior
Fails to generate.