Skip to content

2023.6.1

Compare
Choose a tag to compare
@hauner hauner released this 18 Dec 07:24

(#91) (fix) nested objects were not generated for generic types

having a mapping like this

map:
  types:
    - type: Values => java.util.Map<java.lang.String, {package-name}.model.Value>>

the processor did not generate nested object classes of Value.

It is now checking the generic type for nested objects and generates the required object classes.