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

CompositeDataType with custom serializer still uses CompositeTypeConverter #67

Closed jeaf-anaptecs closed 6 months ago

jeaf-anaptecs commented 6 months ago

Description

In case of CompositeDataType with custom serializer (Flag compositeDataTypeCustomSerialization = true) CompositeTypeConverter is still referenced even though it is not required

Issue is connected with #7


Steps To Reproduce

grafik


Expected behavior

CompositeTypeConverter is not used

jeaf-anaptecs commented 6 months ago

Already fixed with 1.16.4