Update CodegenProperty.java

Added a "items" field to keep track of the inner type to be accessed in the mustache templates
This commit is contained in:
Rogercf
2015-08-03 19:19:10 -03:00
parent 55be0330e3
commit aff766b785

View File

@@ -34,4 +34,6 @@ public class CodegenProperty {
public boolean isEnum;
public List<String> _enum;
public Map<String, Object> allowableValues;
public CodegenProperty items;
}