Uses of Class
org.apache.camel.model.validator.ValidatorDefinition
Packages that use ValidatorDefinition
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
-
Uses of ValidatorDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type ValidatorDefinitionModifier and TypeMethodDescriptionModel.getValidators()Gets the validators that can be referenced in the routes.Methods in org.apache.camel.model with parameters of type ValidatorDefinitionModifier and TypeMethodDescriptionvoidModelCamelContext.registerValidator(ValidatorDefinition validator) Registers the route input validatorMethod parameters in org.apache.camel.model with type arguments of type ValidatorDefinitionModifier and TypeMethodDescriptionvoidModel.setValidators(List<ValidatorDefinition> validators) Sets the validators that can be referenced in the routes. -
Uses of ValidatorDefinition in org.apache.camel.model.validator
Subclasses of ValidatorDefinition in org.apache.camel.model.validatorModifier and TypeClassDescriptionclassRepresents a CustomValidator.classRepresents an endpointValidatorwhich leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation.classRepresents a predicateValidatorwhich leverages expression or predicates to perform content validation.Methods in org.apache.camel.model.validator that return types with arguments of type ValidatorDefinitionMethod parameters in org.apache.camel.model.validator with type arguments of type ValidatorDefinitionModifier and TypeMethodDescriptionvoidValidatorsDefinition.setValidators(List<ValidatorDefinition> validators) The configured transformers