Skip to content

Multiple generics #2

Description

@manland

Hi thx for your lib, I use it to build a DTO generator and I think I have found a minus bug.

If I try to generate a class with :

import java.util.Map;

public class Generic {
    public java.util.Map<String, Boolean> stringsBooleans;
}

I obtain { name: 'java', scope: 'package', type: 'public', describe: '' } in a field of my class.

Please let me know if you want more details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions