Package org.apache.camel.spi
Interface TypeConverterLoader
public interface TypeConverterLoader
A pluggable strategy to load type converters into a
TypeConverterRegistry from some kind of mechanism.-
Method Summary
Modifier and TypeMethodDescriptionvoidload(TypeConverterRegistry registry) A pluggable strategy to load type converters into a registry from some kind of mechanism
-
Method Details
-
load
A pluggable strategy to load type converters into a registry from some kind of mechanism- Parameters:
registry- the registry to load the type converters into- Throws:
TypeConverterLoaderException- if the type converters could not be loaded
-