Uses of Class
org.apache.camel.model.SortDefinition
-
Packages that use SortDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of SortDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return SortDefinition Modifier and Type Method Description SortDefinition<T>SortDefinition. comparator(String ref)Sets a reference to lookup for the comparator to use for sortingSortDefinition<T>SortDefinition. comparator(Comparator<T> comparator)Sets the comparator to use for sortingMethods in org.apache.camel.model that return types with arguments of type SortDefinition Modifier and Type Method Description <T> ExpressionClause<SortDefinition<T>>ProcessorDefinition. sort()Sorts the expression
-