public interface IEntityJsonSchemaContext extends IEntityJsonInstanceContext
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getSchemaJsonNode() |
Object |
getSchemaSource() |
Object |
getValidationResult() |
IEntityJsonSchemaContext |
withValidationResult(Object validationResult)
Set the validation result for this context.
|
getInstanceJsonNode, getInstanceSource, withSchemawithInstanceIEntityJsonSchemaContext withValidationResult(Object validationResult)
validationResult - An object describing the result of validation.Object getSchemaSource()
com.fasterxml.jackson.databind.node.ObjectNode getSchemaJsonNode()
Copyright © 2020 The Symphony Software Foundation. All rights reserved.