vojtechhabarta / typescript-generator

Generates TypeScript from Java - JSON declarations, REST service client
MIT License
1.14k stars 237 forks source link

Add enumAsObject enum mapping config option #1065

Open ilkomiliev opened 1 month ago

ilkomiliev commented 1 month ago

It would be very useful to have such option in order to be able to globally convert enums as objects without providing the JsonFormat annotation. Use case is 3rd party libraries without access to the source code.

thanks!