Uses of Class
org.apache.camel.support.TypeConverterSupport

Packages that use TypeConverterSupport
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
 

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

Subclasses of TypeConverterSupport in org.apache.camel.impl.converter
 class ArrayTypeConverter
          A type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types.
 class AsyncProcessorTypeConverter
          A simple converter that can convert any Processor to an AsyncProcessor.
 class EnumTypeConverter
          A type converter which is used to convert from String to enum type
 class FutureTypeConverter
          Future type converter.
 class InstanceMethodFallbackTypeConverter
          A TypeConverter implementation which instantiates an object so that an instance method can be used as a fallback type converter
 class InstanceMethodTypeConverter
          A TypeConverter implementation which instantiates an object so that an instance method can be used as a type converter
 class StaticMethodFallbackTypeConverter
          A TypeConverter implementation which invokes a static method as a fallback type converter from a type to another type
 class StaticMethodTypeConverter
          A TypeConverter implementation which invokes a static method to convert from a type to another type
 class ToStringTypeConverter
          A simple converter that can convert any object to a String type by using the toString() method of the object.
 



Apache Camel