public interface IEntityJsonInstanceContext extends IEntityJsonContext
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getInstanceJsonNode() |
Object |
getInstanceSource() |
IEntityJsonSchemaContext |
withSchema(Object schemaSource,
com.fasterxml.jackson.databind.node.ObjectNode schemaJsonNode)
Add the given instance and return the current object as an IEntityJsonInstanceContext.
|
withInstanceObject getInstanceSource()
com.fasterxml.jackson.databind.node.ObjectNode getInstanceJsonNode()
IEntityJsonSchemaContext withSchema(Object schemaSource, com.fasterxml.jackson.databind.node.ObjectNode schemaJsonNode)
instanceSource - An object describing the source of the instance, typically an
instance of java.net.URL or java.io.File.instanceJsonNode - The instance.NullPointerException - if either parameter is null.Copyright © 2020 The Symphony Software Foundation. All rights reserved.