| Package | Description |
|---|---|
| org.symphonyoss.symphony.entityjson |
| Modifier and Type | Method and Description |
|---|---|
StructuredObject |
EntityJson.get(int index)
As per the method of the same name in java.util.List
|
StructuredObject |
EntityJson.get(String name)
Return the StructuredObject for the given name, or null.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(Object instanceSource,
com.fasterxml.jackson.databind.node.ObjectNode instance)
Parse a single StructuredObject instance from the given URL.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(Object instanceSource,
Reader instanceReader)
Parse a single StructuredObject instance from the given URL.
|
StructuredObject |
EntityJsonParser.parseStructuredObject(URL instanceUrl)
Parse a single StructuredObject instance from the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
List<StructuredObject> |
EntityJson.getChildren()
Return the StructuredObjects contained within this object as a list.
|
Iterator<StructuredObject> |
EntityJson.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityJson.contains(StructuredObject o)
As per the method of the same name in java.util.List
|
Copyright © 2018 The Symphony Software Foundation. All rights reserved.