| Package | Description |
|---|---|
| org.symphonyoss.symphony.entityjson |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEntityJsonSchemaContext
A parser context containing an instance and a schema.
|
| Modifier and Type | Method and Description |
|---|---|
IEntityJsonInstanceContext |
StructuredObject.getContext()
Return the parse context from which this object was created, which includes error reports
if the input was invalid in some way.
|
IEntityJsonInstanceContext |
EntityJson.getContext()
Return the parse context from which this object was created, which includes error reports
if the input was invalid in some way.
|
IEntityJsonInstanceContext |
IEntityJsonContext.withInstance(Object instanceSource,
com.fasterxml.jackson.databind.node.ObjectNode instanceJsonNode)
Add the given instance and return the current object as an IEntityJsonInstanceContext.
|
| Constructor and Description |
|---|
EntityJson(IEntityJsonInstanceContext context)
Construct an EntityJson from the given context.
|
Copyright © 2019 The Symphony Software Foundation. All rights reserved.