public class ModelMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ModelMap() |
ModelMap(Map<String,Object> init) |
| Modifier and Type | Method and Description |
|---|---|
CodegenModel |
getModel() |
void |
setModel(CodegenModel model) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void setModel(CodegenModel model)
public CodegenModel getModel()
Copyright © 2023. All rights reserved.