Open
Description
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