Interface | Description |
---|---|
JsonSchemaLoader | Deprecated
Use UriJsonSchemaLoader instead
|
JsonUriSchemaLoader |
Can be used to create custom schema for the JSON validator endpoint.
|
JsonValidatorErrorHandler |
Class | Description |
---|---|
DefaultJsonSchemaLoader | Deprecated
use DefaultJsonUriSchemaLoader instead
|
DefaultJsonUriSchemaLoader | |
DefaultJsonValidationErrorHandler | |
JsonValidatorComponent |
The JSON Schema Validator Component is for validating JSON against a schema.
|
JsonValidatorComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
JsonValidatorEndpoint |
Validate JSON payloads using NetworkNT JSON Schema.
|
JsonValidatorEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
JsonValidatorEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
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