| Package | Description |
|---|---|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| Class and Description |
|---|
| AnnotationTypeConverterLoader
A class which will auto-discover
Converter objects and methods to pre-load
the TypeConverterRegistry of converters on startup. |
| BaseTypeConverterRegistry
Base implementation of a type converter registry used for
type converters in Camel.
|
| BaseTypeConverterRegistry.FallbackTypeConverter
Represents a fallback type converter
|
| BaseTypeConverterRegistry.TypeMapping
Represents a mapping from one type (which can be null) to another
|
| CachingInjector
A caching proxy
|
Apache Camel