Interface TypeConverterLoader


public interface TypeConverterLoader
Pluggable strategy for discovering and loading
invalid reference
TypeConverter
instances into a TypeConverterRegistry during CamelContext startup.

Camel ships a default implementation that reads converter class names from META-INF/services/org/apache/camel/TypeConverter resource files on the classpath, a convention that component modules use to register their converters automatically without explicit wiring. Additional loaders can be supplied to support alternative discovery mechanisms such as loading converters from a Spring ApplicationContext or an OSGi service registry.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A pluggable strategy to load type converters into a registry from some kind of mechanism