| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.validator |
The JAXB POJOs for the
Transformers used to
transform message contents according to declared data types inside
components
|
| org.apache.camel.reifier.validator |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatorDefinition> |
DefaultModel.getValidators() |
List<ValidatorDefinition> |
AbstractModelCamelContext.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModel.setValidators(List<ValidatorDefinition> validators) |
void |
AbstractModelCamelContext.setValidators(List<ValidatorDefinition> validators) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatorDefinition> |
Model.getValidators()
Gets the validators that can be referenced in the routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setValidators(List<ValidatorDefinition> validators)
Sets the validators that can be referenced in the routes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomValidatorDefinition
Represents a CustomValidator.
|
class |
EndpointValidatorDefinition
Represents an endpoint
Validator which leverages camel validator
component such as Validator
Component and Bean
Validator Component to perform content validation. |
class |
PredicateValidatorDefinition
Represents a predicate
Validator which leverages expression or
predicates to perform content validation. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatorDefinition> |
ValidatorsDefinition.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatorsDefinition.setValidators(List<ValidatorDefinition> validators)
The configured transformers
|
| Modifier and Type | Method and Description |
|---|---|
static ValidatorReifier<? extends ValidatorDefinition> |
ValidatorReifier.reifier(ValidatorDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorReifier<? extends ValidatorDefinition> |
ValidatorReifier.reifier(ValidatorDefinition definition) |
| Constructor and Description |
|---|
CustomValidatorReifier(ValidatorDefinition definition) |
EndpointValidatorReifier(ValidatorDefinition definition) |
PredicateValidatorReifier(ValidatorDefinition definition) |
Apache Camel