Uses of Interface
org.symphonyoss.symphony.entityjson.IEntityJsonInstanceContext
-
Packages that use IEntityJsonInstanceContext Package Description org.symphonyoss.symphony.entityjson -
-
Uses of IEntityJsonInstanceContext in org.symphonyoss.symphony.entityjson
Subinterfaces of IEntityJsonInstanceContext in org.symphonyoss.symphony.entityjson Modifier and Type Interface Description interfaceIEntityJsonSchemaContextA parser context containing an instance and a schema.Methods in org.symphonyoss.symphony.entityjson that return IEntityJsonInstanceContext Modifier and Type Method Description IEntityJsonInstanceContextEntityJson. getContext()Return the parse context from which this object was created, which includes error reports if the input was invalid in some way.IEntityJsonInstanceContextStructuredObject. getContext()Return the parse context from which this object was created, which includes error reports if the input was invalid in some way.IEntityJsonInstanceContextIEntityJsonContext. withInstance(Object instanceSource, com.fasterxml.jackson.databind.node.ObjectNode instanceJsonNode)Add the given instance and return the current object as an IEntityJsonInstanceContext.Constructors in org.symphonyoss.symphony.entityjson with parameters of type IEntityJsonInstanceContext Constructor Description EntityJson(IEntityJsonInstanceContext context)Construct an EntityJson from the given context.
-