Uses of Class
org.symphonyoss.symphony.entityjson.EntityJson
-
Packages that use EntityJson Package Description org.symphonyoss.symphony.entityjson -
-
Uses of EntityJson in org.symphonyoss.symphony.entityjson
Methods in org.symphonyoss.symphony.entityjson that return EntityJson 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.
-