Package org.apache.camel.spi
Interface TypeConverterLoader
-
public interface TypeConverterLoaderA pluggable strategy to load type converters into aTypeConverterRegistryfrom some kind of mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(TypeConverterRegistry registry)A pluggable strategy to load type converters into a registry from some kind of mechanism
-
-
-
Method Detail
-
load
void load(TypeConverterRegistry registry) throws TypeConverterLoaderException
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
-
-