Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Add support for top-level json lists #143

Description

@brentwatson

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions