public interface AnnotationScanTypeConverters
TypeConverter which is capable of annotation scanning for
Converter classes and add these as type converters.
This is using Camel 2.x style and its recommended to migrate to @Converter(loader = true) for fast type converter
mode.| Modifier and Type | Method and Description |
|---|---|
void |
scanTypeConverters()
Scan for
Converter classes and add those as type converters. |
Apache Camel