Skip to content

Support nested generic type arguments in javaType #196

@tcharman

Description

@tcharman

Using 0.4.2, I am trying out generics. I have declared as follows:

"javaType": "java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.String>>",

When I try this, the generated class doesn't have the second > on the end of the type, so renders a compile error (in the attribute, the getter and the setter).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions