Package org.apache.camel.spi
Interface AnnotationScanTypeConverters
-
public interface AnnotationScanTypeConvertersATypeConverterwhich is capable of annotation scanning forConverterclasses and add these as type converters. This is using Camel 2.x style, and it is recommended to migrate to @Converter(loader = true) for fast type converter mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscanTypeConverters()Scan forConverterclasses and add those as type converters.
-