public interface TypeConverterLoader
TypeConverterRegistry from some kind of mechanism.| Modifier and Type | Method and Description |
|---|---|
void |
load(TypeConverterRegistry registry)
A pluggable strategy to load type converters into a registry from some kind of mechanism
|
void load(TypeConverterRegistry registry) throws TypeConverterLoaderException
registry - the registry to load the type converters intoTypeConverterLoaderException - if the type converters could not be loadedApache Camel