| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.reifier |
| Modifier and Type | Method and Description |
|---|---|
SortDefinition<T> |
SortDefinition.comparator(Comparator<T> comparator)
Sets the comparator to use for sorting
|
SortDefinition<T> |
SortDefinition.comparatorRef(String ref)
Sets a reference to lookup for the comparator to use for sorting
|
| Modifier and Type | Method and Description |
|---|---|
<T> ExpressionClause<SortDefinition<T>> |
ProcessorDefinition.sort()
Sorts the expression
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortReifier<T,U extends SortDefinition<T>> |
Apache Camel