Interface AnnotationScanTypeConverters


public interface AnnotationScanTypeConverters
A TypeConverter which is capable of annotation scanning for Converter classes 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

    Modifier and Type
    Method
    Description
    void
    Scan for Converter classes and add those as type converters.
  • Method Details

    • scanTypeConverters

      void scanTypeConverters() throws Exception
      Scan for Converter classes and add those as type converters.
      Throws:
      Exception - is thrown if error happened