| Package | Description |
|---|---|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| 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