| Package | Description |
|---|---|
| org.apache.camel.builder |
| Modifier and Type | Method and Description |
|---|---|
ValidatorBuilder |
ValidatorBuilder.type(Class<?> type)
Set the data type using Java class.
|
ValidatorBuilder |
ValidatorBuilder.type(String type)
Set the data type name.
|
ValidatorBuilder |
RouteBuilder.validator()
Create a new
ValidatorBuilder. |
ValidatorBuilder |
ValidatorBuilder.withBean(String ref)
Set the Java Bean name to be used for custom
Validator. |
ValidatorBuilder |
ValidatorBuilder.withExpression(org.apache.camel.Expression expression)
Set the
Expression to be used for the predicate
Validator. |
ValidatorBuilder |
ValidatorBuilder.withExpression(org.apache.camel.Predicate predicate)
Set the
Predicate to be used for the predicate Validator. |
ValidatorBuilder |
ValidatorBuilder.withJava(Class<? extends org.apache.camel.spi.Validator> clazz)
Set the Java
Class represents a custom Validator
implementation class. |
ValidatorBuilder |
ValidatorBuilder.withUri(String uri)
Set the URI to be used for the endpoint
Validator. |
Apache Camel