public class CoreStaticTypeConverterLoader extends Object implements TypeConverterLoader
| Constructor and Description |
|---|
CoreStaticTypeConverterLoader() |
| 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
|
public CoreStaticTypeConverterLoader()
public void load(TypeConverterRegistry registry) throws TypeConverterLoaderException
TypeConverterLoaderload in interface TypeConverterLoaderregistry - the registry to load the type converters intoTypeConverterLoaderException - if the type converters could not be loadedApache Camel