Package org.apache.camel.model.validator
The JAXB POJOs for the Transformers used to transform message
contents according to declared data types inside components
-
Class Summary Class Description CustomValidatorDefinition Represents a CustomValidator.EndpointValidatorDefinition Represents an endpointValidatorwhich leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation.PredicateValidatorDefinition Represents a predicateValidatorwhich leverages expression or predicates to perform content validation.ValidatorDefinition Represents aValidatorwhich declaratively validates message content according to the input type declared byInputTypeDefinitionand/or output type declared byOutputTypeDefinition.ValidatorsDefinition To configure validators.