Uses of Class
org.apache.camel.model.validator.ValidatorDefinition
-
Packages that use ValidatorDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules.org.apache.camel.model.validator 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 ValidatorDefinition Modifier and Type Method Description List<ValidatorDefinition>Model. getValidators()Gets the validators that can be referenced in the routes.Methods in org.apache.camel.model with parameters of type ValidatorDefinition Modifier and Type Method Description voidModelCamelContext. registerValidator(ValidatorDefinition validator)Registers the route input validatorMethod parameters in org.apache.camel.model with type arguments of type ValidatorDefinition Modifier and Type Method Description voidModel. 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.validator Modifier and Type Class Description classCustomValidatorDefinitionRepresents a CustomValidator.classEndpointValidatorDefinitionRepresents an endpointValidatorwhich leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation.classPredicateValidatorDefinitionRepresents a predicateValidatorwhich leverages expression or predicates to perform content validation.Methods in org.apache.camel.model.validator that return types with arguments of type ValidatorDefinition Modifier and Type Method Description List<ValidatorDefinition>ValidatorsDefinition. getValidators()Method parameters in org.apache.camel.model.validator with type arguments of type ValidatorDefinition Modifier and Type Method Description voidValidatorsDefinition. setValidators(List<ValidatorDefinition> validators)The configured transformers
-