| Package | Description |
|---|---|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| org.apache.camel.impl.osgi |
Camel OSGi Activator.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoreStaticTypeConverterLoader.load(TypeConverterRegistry registry) |
void |
AnnotationTypeConverterLoader.load(TypeConverterRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Activator.BundleTypeConverterLoader.load(TypeConverterRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConverterLoader.load(TypeConverterRegistry registry)
A pluggable strategy to load type converters into a registry from some kind of mechanism
|
Apache Camel