| Package | Description |
|---|---|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| org.apache.camel.impl.osgi |
Camel OSGi Activator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationTypeConverterLoader
A class which will auto-discover
Converter objects and methods to pre-load
the TypeConverterRegistry of converters on startup. |
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. |
| Modifier and Type | Field and Description |
|---|---|
protected List<TypeConverterLoader> |
BaseTypeConverterRegistry.typeConverterLoaders |
| Modifier and Type | Method and Description |
|---|---|
List<TypeConverterLoader> |
BaseTypeConverterRegistry.getTypeConverterLoaders() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Activator.BundleTypeConverterLoader |
Apache Camel