AbsaOSS / AbsaOSS/springdoc-openapi-scala
Inability to generate TS from Set[case class]
Đang mở
enhancement
- Ngôn ngữ chính
- Scala
- Star
- 2
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
As witnessed in https://github.com/absa-group/AUL/pull/2555#discussion_r1526457584, I was unable to generate TS code from an endpoint-definition featuring a root type of `Set[RestrictedUserRepresentation]` (`RestrictedUserRepresentation` is a simple case class).
Having provided a custom case class wrapper, e.g.
`case class UsersResponse(users: Set[RestrictedUserRepresentation])`
has worked as a workaround.
However, having direct support for a `Set[caseclass]` type would be welcome.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.