public class BeanValidatorProducer
extends org.apache.camel.impl.DefaultProducer
BeanValidationException if constrain violations are detected.| Constructor and Description |
|---|
BeanValidatorProducer(BeanValidatorEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getGroup() |
javax.validation.ValidatorFactory |
getValidatorFactory() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setGroup(Class<?> group) |
void |
setValidatorFactory(javax.validation.ValidatorFactory validatorFactory) |
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic BeanValidatorProducer(BeanValidatorEndpoint endpoint)
Apache Camel