Uses of Class
org.symphonyoss.symphony.entityjson.StructuredObject
-
Packages that use StructuredObject Package Description org.symphonyoss.symphony.entityjson -
-
Uses of StructuredObject in org.symphonyoss.symphony.entityjson
Methods in org.symphonyoss.symphony.entityjson that return StructuredObject Modifier and Type Method Description StructuredObjectEntityJson. get(int index)As per the method of the same name in java.util.ListStructuredObjectEntityJson. get(String name)Return the StructuredObject for the given name, or null.StructuredObjectEntityJsonParser. parseStructuredObject(Object instanceSource, com.fasterxml.jackson.databind.node.ObjectNode instance)Parse a single StructuredObject instance from the given URL.StructuredObjectEntityJsonParser. parseStructuredObject(Object instanceSource, Reader instanceReader)Parse a single StructuredObject instance from the given URL.StructuredObjectEntityJsonParser. parseStructuredObject(URL instanceUrl)Parse a single StructuredObject instance from the given URL.Methods in org.symphonyoss.symphony.entityjson that return types with arguments of type StructuredObject Modifier and Type Method Description List<StructuredObject>EntityJson. getChildren()Return the StructuredObjects contained within this object as a list.Iterator<StructuredObject>EntityJson. iterator()Methods in org.symphonyoss.symphony.entityjson with parameters of type StructuredObject Modifier and Type Method Description booleanEntityJson. contains(StructuredObject o)As per the method of the same name in java.util.List
-