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

OpenAPI Data Types can not be generated as real types in OpenAPI spec #112

Closed jeaf-anaptecs closed 5 months ago

jeaf-anaptecs commented 5 months ago

Description

When trying to generate an explicit type for an OpenAPI Data Type (inline = false) then no type will be generated. However references on the type are generated as expected.


Steps To Reproduce

Steps to reproduce the behavior:

  1. Model OpenAPI Data Type in one spec file tthat only consists for OpenAPI Data types
  2. Use OpenAPI Data Type in other spec file