Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doclet][bug] Cannot use nested parametrized types #54

Open
sporniket opened this issue May 19, 2020 · 0 comments
Open

[doclet][bug] Cannot use nested parametrized types #54

sporniket opened this issue May 19, 2020 · 0 comments
Assignees

Comments

@sporniket
Copy link
Owner

Steps to reproduce

  1. Write a FooRaw with the following field : Map<String, List<String>> headers;
  2. The generated code (field, accessors, fluent builders) defines headers as Map<String,List> instead of Map<String, List<String>> headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant