Interface BeanValidatorComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface BeanValidatorComponentBuilderFactory
Validate the message body using the Java Bean Validation API.
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the Bean Validator component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionBean Validator (camel-bean-validator) Validate the message body using the Java Bean Validation API.
-
Method Details
-
beanValidator
Bean Validator (camel-bean-validator) Validate the message body using the Java Bean Validation API. Category: validation Since: 2.3 Maven coordinates: org.apache.camel:camel-bean-validator- Returns:
- the dsl builder
-