8000 Java custom types doesn't propagate generic arguments. · Issue #166 · adl-lang/adl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Java custom types doesn't propagate generic arguments. #166
Open
@bacek

Description

@bacek

Given simple newtype like

struct Outer {
  ListMap env;
};

newtype ListMap = Vector<KeyValuePair>;

and custom type:

annotation ListMap JavaCustomType {
  "javaname" : "java.util.Map<String, String>",
  "helpers" : "au.com.helixta.adl.custom.ListMapHelpers"
};

generated java code for Outer contains just Map instead of Map<String, String>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0