Uses of Package
org.apache.camel.model.validator
Packages that use org.apache.camel.model.validator
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the Transformers used to transform message
contents according to declared data types inside components
-
Classes in org.apache.camel.model.validator used by org.apache.camel.modelClassDescriptionRepresents a
Validatorwhich declaratively validates message content according to the input type declared byInputTypeDefinitionand/or output type declared byOutputTypeDefinition. -
Classes in org.apache.camel.model.validator used by org.apache.camel.model.validatorClassDescriptionRepresents a CustomValidator.Represents an endpoint
Validatorwhich leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation.Represents a predicateValidatorwhich leverages expression or predicates to perform content validation.Represents aValidatorwhich declaratively validates message content according to the input type declared byInputTypeDefinitionand/or output type declared byOutputTypeDefinition.To configure validators.