public interface IEntityJsonContext
| Modifier and Type | Method and Description |
|---|---|
IEntityJsonInstanceContext |
withInstance(Object instanceSource,
com.fasterxml.jackson.databind.node.ObjectNode instanceJsonNode)
Add the given instance and return the current object as an IEntityJsonInstanceContext.
|
IEntityJsonInstanceContext withInstance(Object instanceSource, com.fasterxml.jackson.databind.node.ObjectNode instanceJsonNode)
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 © 2018 The Symphony Software Foundation. All rights reserved.