Package org.apache.camel.impl.converter
Default implementation classes the Type Conversion Strategies
-
Class Summary Class Description AnnotationTypeConverterLoader A class which will auto-discoverConverterobjects and methods to pre-load theTypeConverterRegistryof converters on startup.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.AsyncProcessorTypeConverter A simple converter that can convert anyProcessorto anAsyncProcessor.BaseTypeConverterRegistry Base implementation of a type converter registry used for type converters in Camel.CoreTypeConverterRegistry CoreTypeConverterRegistry.FallbackTypeConverter Represents a fallback type converterDefaultTypeConverter Default implementation of a type converter registry used for type converters in Camel.EnumTypeConverter A type converter which is used to convert from String to enum typeFastAnnotationTypeConverterLoader Deprecated. FutureTypeConverter Future type converter.InstanceMethodFallbackTypeConverter ATypeConverterimplementation which instantiates an object so that an instance method can be used as a fallback type converterInstanceMethodTypeConverter ATypeConverterimplementation which instantiates an object so that an instance method can be used as a type converterStaticMethodFallbackTypeConverter ATypeConverterimplementation which invokes a static method as a fallback type converter from a type to another typeStaticMethodTypeConverter ATypeConverterimplementation which invokes a static method to convert from a type to another typeToStringTypeConverter A simple converter that can convert any object to a String type by using the toString() method of the object.TypeConvertersLoader A type converter loader, that only supports scanning aTypeConvertersclass for methods that has been annotated withConverter.TypeConvertersPackageScanClassResolver AClassResolverwhich loads type converters from an instance that implementsTypeConverters.