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
JsonLoadingException
com.github.fge.jsonschema.core.exceptions.ProcessingException
public com.github.fge.jsonschema.core.report.ProcessingReport validate(com.fasterxml.jackson.databind.JsonNode event) throws JsonLoadingException, com.github.fge.jsonschema.core.exceptions.ProcessingException
JsonLoadingException
com.github.fge.jsonschema.core.exceptions.ProcessingException
Copyright © 2025. All rights reserved.