public final class DumpItemCodeGenerator extends ItemCodeGenerator
| Constructor and Description |
|---|
DumpItemCodeGenerator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregate(String string,
Object... args) |
void |
addAggregateList(String name,
Map<String,Object> map) |
void |
addAttribute(String name,
Object value) |
void |
inspect() |
void |
inspectAndWait() |
String |
render()
For uniformity, should end with a line separator.
|
void |
setAttribute(String name,
Object value) |
addAggregateList, addAttribute, setAttributepublic DumpItemCodeGenerator(String name)
public void setAttribute(String name, Object value)
setAttribute in class ItemCodeGeneratorpublic void addAttribute(String name, Object value)
addAttribute in class ItemCodeGeneratorpublic void addAggregate(String string, Object... args)
addAggregate in class ItemCodeGeneratorpublic void addAggregateList(String name, Map<String,Object> map)
addAggregateList in class ItemCodeGeneratorpublic void inspect()
inspect in class ItemCodeGeneratorpublic void inspectAndWait()
inspectAndWait in class ItemCodeGeneratorpublic String render()
ItemCodeGeneratorrender in class ItemCodeGeneratorCopyright © 2019. All rights reserved.