Package org.apache.camel.impl.converter
package org.apache.camel.impl.converter
Default implementation classes the Type Conversion Strategies
-
ClassesClassDescriptionA class which will auto-discover
Converterobjects and methods to pre-load theTypeConverterRegistryof converters on startup.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.A simple converter that can convert anyProcessorto anAsyncProcessor.Base implementation of a type converter registry used for type converters in Camel.A caching proxyRepresents a fallback type converterDefault implementation of a type converter registry used for type converters in Camel.A type converter which is used to convert from String to enum typeFuture type converter.ATypeConverterimplementation which instantiates an object so that an instance method can be used as a fallback type converterATypeConverterimplementation which instantiates an object so that an instance method can be used as a type converterATypeConverterimplementation which invokes a static method as a fallback type converter from a type to another typeATypeConverterimplementation which invokes a static method to convert from a type to another typeA simple converter that can convert any object to a String type by using the toString() method of the object.A type converter loader, that only supports scanning aTypeConvertersclass for methods that has been annotated withConverter.AClassResolverwhich loads type converters from an instance that implementsTypeConverters.