ModelBoiler icon indicating copy to clipboard operation
ModelBoiler copied to clipboard

Support for embedded Object declarations

Open jakobmygind opened this issue 7 years ago • 1 comments

Not the prettiest string manipulation, but it seems to work with struct and final class

jakobmygind avatar Jul 07 '17 14:07 jakobmygind

Changes: Instead of throwing an error when locating several declarations within one model, we now first extract the embedded model then recursively extract the remaining occurrences and prefix the model name with the parent's name plus ".". The model strings are then passed to the model generator one by one, and the results are concatenated.

jakobmygind avatar Jul 10 '17 09:07 jakobmygind