See: Description
| Class | Description |
|---|---|
| CamelConverter | |
| CollectionConverter |
Some core java.util Collection based
Type Converters
|
| DateTimeConverter |
Date and time related converters.
|
| IOConverter |
Some core java.io based Type Converters
|
| NIOConverter |
Some core java.nio based
Type Converters
|
| ObjectConverter |
Some core java.lang based Type Converters
|
| SQLConverter |
SQL Date and time related converters.
|
| TimePatternConverter |
Converter from String syntax to milli seconds.
|
| Annotation Type | Description |
|---|---|
| HasAnnotation |
Used to indicate that the actual type of a parameter on a converter method must have the given annotation class
to be applicable.
|
Apache Camel