| Package | Description |
|---|---|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoreTypeConverterLoader
Will load all type converters from camel-core without classpath scanning, which makes
it much faster.
|
class |
TypeConvertersLoader
A type converter loader, that only supports scanning a
TypeConverters class
for methods that has been annotated with Converter. |
Apache Camel