| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<ValidatorKey,Validator>> |
DefaultValidatorRegistry.entrySet() |
Set<ValidatorKey> |
DefaultValidatorRegistry.keySet() |
| Modifier and Type | Method and Description |
|---|---|
Validator |
DefaultValidatorRegistry.put(ValidatorKey key,
Validator validator) |
Validator |
DefaultValidatorRegistry.resolveValidator(ValidatorKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValidatorRegistry.putAll(Map<? extends ValidatorKey,? extends Validator> map) |
Apache Camel