See: Description
Class | Description |
---|---|
AttachmentConverter |
Some useful converters for
Attachment
to a DataHandler |
CamelConverter | |
CollectionConverter |
Some core java.util Collection based
Type Converters
|
DateTimeConverter |
Date and time related converters.
|
DurationConverter |
Converters for java.time.Duration.
|
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