Uses of Class
org.apache.camel.TypeConverterLoaderException

Packages that use TypeConverterLoaderException
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.impl.osgi Camel OSGi Activator. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of TypeConverterLoaderException in org.apache.camel.impl.converter
 

Methods in org.apache.camel.impl.converter that throw TypeConverterLoaderException
 void AnnotationTypeConverterLoader.load(TypeConverterRegistry registry)
           
 

Uses of TypeConverterLoaderException in org.apache.camel.impl.osgi
 

Methods in org.apache.camel.impl.osgi that throw TypeConverterLoaderException
 void Activator.BundleTypeConverterLoader.load(TypeConverterRegistry registry)
           
 

Uses of TypeConverterLoaderException in org.apache.camel.spi
 

Methods in org.apache.camel.spi that throw TypeConverterLoaderException
 void TypeConverterLoader.load(TypeConverterRegistry registry)
          A pluggable strategy to load type converters into a registry from some kind of mechanism
 



Apache Camel