Open ozscheyge opened 3 years ago
https://github.com/ePages-de/restdocs-api-spec/issues/178
Using
FieldDescriptor("some[*].foo", "some", "Object"), FieldDescriptor("some[*].bar", "some", "Object")
(both with wildcard) or
FieldDescriptor("some[].foo", "some", "Object"), FieldDescriptor("some[].bar", "some", "Object")
(both without wildcard) pass, just a mixture fails with StackOverflowError.
https://github.com/ePages-de/restdocs-api-spec/issues/178
Using
(both with wildcard) or
(both without wildcard) pass, just a mixture fails with StackOverflowError.