Uses of Interface
org.apache.camel.impl.converter.TypeConverterRegistry

Packages that use TypeConverterRegistry
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
 

Uses of TypeConverterRegistry in org.apache.camel.impl
 

Constructors in org.apache.camel.impl with parameters of type TypeConverterRegistry
CachingInjector(TypeConverterRegistry repository, Class<T> type)
           
 

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

Classes in org.apache.camel.impl.converter that implement TypeConverterRegistry
 class DefaultTypeConverter
           
 

Methods in org.apache.camel.impl.converter with parameters of type TypeConverterRegistry
 void AnnotationTypeConverterLoader.load(TypeConverterRegistry registry)
           
 void TypeConverterLoader.load(TypeConverterRegistry registry)
          A pluggable strategy to load type converters into a registry from some kind of mechanism
protected  void AnnotationTypeConverterLoader.loadConverterMethods(TypeConverterRegistry registry, Class type)
          Loads all of the converter methods for the given type
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.