anaptecs / jeaf-generator

JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
https://www.jeaf-generator.io
Apache License 2.0
2 stars 1 forks source link

Template parameters cannot be Enums #152

Closed robinste closed 3 months ago

robinste commented 3 months ago

Description

It seems that Enum types cannot be used template parameter substitutions.


Steps To Reproduce

Steps to reproduce the behavior:

  1. Create a "Template Binding" on an OpenAPIType
  2. Add a "Template Parameter Substitution" and select an Enum-Type as target


Expected behavior

No crash in code generation


Screenshots

image