AbsaOSS / AbsaOSS/springdoc-openapi-scala

Support Scala Enumeration where Value is explicitly renamed

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Scala
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Followup of #11 that should enhance the functionality implemented there for such enums:
```scala
object ThingsWithRenaming extends Enumeration {
type ThingWithRenaming = Value

val Pizza = Value("PIZZA")
val TV = Value("TV")
val Radio = Value("RADIO")
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.