Interface BeanValidatorEndpointBuilderFactory.BeanValidatorBuilders

    • Method Detail

      • beanValidator

        default BeanValidatorEndpointBuilderFactory.BeanValidatorEndpointBuilder beanValidator​(String path)
        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 Syntax: bean-validator:label Path parameter: label (required) Where label is an arbitrary text value describing the endpoint
        Parameters:
        path - label
        Returns:
        the dsl builder
      • beanValidator

        default BeanValidatorEndpointBuilderFactory.BeanValidatorEndpointBuilder beanValidator​(String componentName,
                                                                                               String path)
        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 Syntax: bean-validator:label Path parameter: label (required) Where label is an arbitrary text value describing the endpoint
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - label
        Returns:
        the dsl builder