Wrapped vs non-wrapped variants of AbstractDataType
for codegen model
#145
Labels
code generation
Improvements for code generation subcommand `generate`
Currently
AbstractDataType
has 2 variants for sequence/scalar types(i.e. wrapped vs non-wrapped). The non-wrapped variant here is always generated as nested part of some other class and might not require to be represented as a model because the details for it can be stored in the class itself.Currently, its
FullyQualifiedTypeReference
name is getting stored in theTypeStore
and thefields
property of a structure(class) has a reference to it. Look into removing these non-wrapped variants and see if it has any requirements to keep it for templates.More discussion: #144 (comment)
The text was updated successfully, but these errors were encountered: