Uses of Class
org.symphonyoss.symphony.entityjson.InvalidInstanceException
-
Packages that use InvalidInstanceException Package Description org.symphonyoss.symphony.entityjson -
-
Uses of InvalidInstanceException in org.symphonyoss.symphony.entityjson
Methods in org.symphonyoss.symphony.entityjson that throw InvalidInstanceException Modifier and Type Method Description EntityJsonEntityJsonParser. parseEntityJson(Object instanceSource, com.fasterxml.jackson.databind.node.ObjectNode instance)Parse an EntityJSON instance from the given URL.EntityJsonEntityJsonParser. parseEntityJson(Object instanceSource, Reader instanceReader)Parse an EntityJSON instance from the given URL.EntityJsonEntityJsonParser. parseEntityJson(URL instanceUrl)Parse an EntityJSON 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.Constructors in org.symphonyoss.symphony.entityjson that throw InvalidInstanceException Constructor Description EntityJson(IEntityJsonInstanceContext context)Construct an EntityJson from the given context.
-