| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<StructuredData> |
StructuredData.AbstractListBuilder.list |
protected ArrayList<StructuredData> |
StructuredData.AbstractListUpdater.list |
protected LinkedHashMap<String,StructuredData> |
StructuredData.AbstractMapBuilder.map |
| Modifier and Type | Method and Description |
|---|---|
StructuredData |
StructuredData.Builder.bool(Boolean value) |
StructuredData |
StructuredData.ListBuilder.build() |
StructuredData |
StructuredData.MapBuilder.build() |
StructuredData |
StructuredData.ListUpdater.build() |
StructuredData |
StructuredData.MapUpdater.build() |
StructuredData |
StructuredData.Builder.floatingPoint(Double value) |
StructuredData |
DataEntity.getValue() |
StructuredData |
DataEntity.Blueprint.getValue() |
StructuredData |
StructuredData.Builder.integral(Long value) |
StructuredData |
StructuredData.Builder.string(String value) |
StructuredData |
StructuredData.Updater.toBool(boolean value) |
StructuredData |
StructuredData.Updater.toFloatingPoint(double value) |
StructuredData |
StructuredData.Updater.toIntegral(long value) |
StructuredData |
StructuredData.Updater.toString(String value) |
StructuredData |
StructuredData.Updater.toUndefined() |
StructuredData |
StructuredData.Builder.undefined() |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredData> |
StructuredData.list() |
Map<String,StructuredData> |
StructuredData.map() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
StructuredData.AbstractHierarchyBuilder.apply(Object context,
StructuredData value) |
protected void |
StructuredData.AbstractListBuilder.apply(Object context,
StructuredData value) |
protected void |
StructuredData.AbstractMapBuilder.apply(Object context,
StructuredData value) |
protected void |
StructuredData.AbstractListUpdater.apply(Object context,
StructuredData value) |
DataEntity.Blueprint.Builder<R> |
DataEntity.Blueprint.Builder.withValue(StructuredData value) |
| Modifier and Type | Method and Description |
|---|---|
static <R,P> StructuredData.Visitor<R,P> |
StructuredData.Visitor.list(BiFunction<List<StructuredData>,P,R> handler) |
static <R,P> StructuredData.Visitor<R,P> |
StructuredData.Visitor.map(BiFunction<Map<String,StructuredData>,P,R> handler) |
R |
StructuredData.Visitor.visitList(List<StructuredData> value,
P parameter) |
R |
StructuredData.Visitor.Simple.visitList(List<StructuredData> value,
P parameter) |
R |
StructuredData.Visitor.visitMap(Map<String,StructuredData> value,
P parameter) |
R |
StructuredData.Visitor.Simple.visitMap(Map<String,StructuredData> value,
P parameter) |
| Constructor and Description |
|---|
Blueprint(DR role,
StructuredData value,
Map<String,Object> properties) |
Blueprint(DR role,
StructuredData value,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
DataEntity(CanonicalPath owner,
DataRole role,
StructuredData value) |
DataEntity(CanonicalPath owner,
DataRole role,
StructuredData value,
Map<String,Object> properties) |
DataEntity(CanonicalPath path,
StructuredData value,
Map<String,Object> properties) |
| Constructor and Description |
|---|
InnerListUpdater(ArrayList<StructuredData> list,
Parent parent,
Object context) |
InnerMapUpdater(LinkedHashMap<String,StructuredData> map,
Parent parent,
Object context) |
ListUpdater(ArrayList<StructuredData> list) |
MapUpdater(LinkedHashMap<String,StructuredData> map) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.