Uses of Interface
org.apache.camel.builder.endpoint.dsl.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder
Packages that use JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder
-
Uses of JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.jsonValidator(String path) JSON Schema Validator (camel-json-validator) Validate JSON payloads using NetworkNT JSON Schema.StaticEndpointBuilders.jsonValidator(String componentName, String path) JSON Schema Validator (camel-json-validator) Validate JSON payloads using NetworkNT JSON Schema. -
Uses of JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilderModifier and TypeMethodDescriptionJsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.JsonValidatorEndpointBuilderFactory.AdvancedJsonValidatorEndpointBuilder.basic()JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.JsonValidatorEndpointBuilderFactory.endpointBuilder(String componentName, String path) JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.failOnNullBody(boolean failOnNullBody) Whether to fail if no body exists.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.failOnNullBody(String failOnNullBody) Whether to fail if no body exists.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.failOnNullHeader(boolean failOnNullHeader) Whether to fail if no header exists when validating against a header.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.failOnNullHeader(String failOnNullHeader) Whether to fail if no header exists when validating against a header.JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder.headerName(String headerName) To validate against a header instead of the message body.JsonValidatorEndpointBuilderFactory.JsonValidatorBuilders.jsonValidator(String path) JSON Schema Validator (camel-json-validator) Validate JSON payloads using NetworkNT JSON Schema.JsonValidatorEndpointBuilderFactory.JsonValidatorBuilders.jsonValidator(String componentName, String path) JSON Schema Validator (camel-json-validator) Validate JSON payloads using NetworkNT JSON Schema.