public static interface BeanValidatorEndpointBuilderFactory.BeanValidatorBuilders
| Modifier and Type | Method and Description |
|---|---|
default BeanValidatorEndpointBuilderFactory.BeanValidatorEndpointBuilder |
beanValidator(String path)
Bean Validator (camel-bean-validator)
The Validator component performs bean validation of the message body
using the Java Bean Validation API.
|
default BeanValidatorEndpointBuilderFactory.BeanValidatorEndpointBuilder beanValidator(String path)
bean-validator:label
Path parameter: label (required)
Where label is an arbitrary text value describing the endpointApache Camel