| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorRegistry<? extends ValueHolder<String>> |
CamelContext.getValidatorRegistry()
Gets the
ValidatorRegistry |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValidatorRegistry
Default implementation of
ValidatorRegistry. |
| Modifier and Type | Method and Description |
|---|---|
protected ValidatorRegistry<ValidatorKey> |
DefaultCamelContext.createValidatorRegistry(List<ValidatorDefinition> validators) |
ValidatorRegistry<ValidatorKey> |
DefaultCamelContext.getValidatorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ValidatorRegistry |
ManagedValidatorRegistry.getValidatorRegistry() |
| Constructor and Description |
|---|
ManagedValidatorRegistry(CamelContext context,
ValidatorRegistry validatorRegistry) |
Apache Camel