Uses of Interface
org.symphonyoss.symphony.entityjson.IEntityJsonSchemaContext
-
Packages that use IEntityJsonSchemaContext Package Description org.symphonyoss.symphony.entityjson -
-
Uses of IEntityJsonSchemaContext in org.symphonyoss.symphony.entityjson
Methods in org.symphonyoss.symphony.entityjson that return IEntityJsonSchemaContext Modifier and Type Method Description IEntityJsonSchemaContextStructuredObject. validate(EntityJsonParser parser)Validate this object against the specific schema for this type from the official repo.IEntityJsonSchemaContextIEntityJsonInstanceContext. withSchema(Object schemaSource, com.fasterxml.jackson.databind.node.ObjectNode schemaJsonNode)Add the given instance and return the current object as an IEntityJsonInstanceContext.IEntityJsonSchemaContextIEntityJsonSchemaContext. withValidationResult(Object validationResult)Set the validation result for this context.
-