public abstract static class StructuredData.AbstractMapBuilder<This extends StructuredData.AbstractMapBuilder<This>> extends StructuredData.AbstractHierarchyBuilder
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,StructuredData> |
map |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(Object context,
StructuredData value) |
This |
putBool(String key,
boolean value) |
This |
putFloatingPoint(String key,
double value) |
This |
putIntegral(String key,
long value) |
StructuredData.InnerListBuilder<This> |
putList(String key) |
StructuredData.InnerMapBuilder<This> |
putMap(String key) |
This |
putString(String key,
String value) |
This |
putUndefined(String key) |
castThisprotected final LinkedHashMap<String,StructuredData> map
public StructuredData.InnerListBuilder<This> putList(String key)
public StructuredData.InnerMapBuilder<This> putMap(String key)
protected void apply(Object context, StructuredData value)
apply in class StructuredData.AbstractHierarchyBuilderCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.