| Package | Description |
|---|---|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTypeConverterRegistry.addTypeConverters(TypeConverters typeConverters) |
| Constructor and Description |
|---|
TypeConvertersLoader(TypeConverters typeConverters)
Creates the loader
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConverterRegistry.addTypeConverters(TypeConverters typeConverters)
Registers all the type converters from the class, each converter must be implemented as a method and annotated with
Converter. |
Apache Camel