public class EventSchemaValidator extends Object
| Constructor and Description |
|---|
EventSchemaValidator(EventSchemaLoader schemaLoader) |
| Modifier and Type | Method and Description |
|---|---|
com.github.fge.jsonschema.core.report.ProcessingReport |
validate(com.fasterxml.jackson.databind.JsonNode event) |
com.github.fge.jsonschema.core.report.ProcessingReport |
validate(String eventData) |
public EventSchemaValidator(EventSchemaLoader schemaLoader)
public com.github.fge.jsonschema.core.report.ProcessingReport validate(String eventData) throws JsonLoadingException, com.github.fge.jsonschema.core.exceptions.ProcessingException
JsonLoadingExceptioncom.github.fge.jsonschema.core.exceptions.ProcessingExceptionpublic com.github.fge.jsonschema.core.report.ProcessingReport validate(com.fasterxml.jackson.databind.JsonNode event)
throws JsonLoadingException,
com.github.fge.jsonschema.core.exceptions.ProcessingException
JsonLoadingExceptioncom.github.fge.jsonschema.core.exceptions.ProcessingExceptionCopyright © 2025. All rights reserved.