Interface | Description |
---|---|
JsonSchemaLoader |
Can be used to create custom schema for the JSON validator endpoint.
|
JsonValidatorErrorHandler |
Class | Description |
---|---|
DefaultJsonSchemaLoader | |
DefaultJsonValidationErrorHandler | |
JsonValidatorComponent |
The JSON Schema Validator Component is for validating JSON against a schema.
|
JsonValidatorEndpoint |
Validates the payload of a message using Everit JSON schema validator.
|
Exception | Description |
---|---|
JsonValidationException | |
NoJsonBodyValidationException |
An exception found if no JSON body is available on the inbound message
|
NoJsonHeaderValidationException |
An exception found if no JSON body is available on the inbound message
|
Apache Camel