Interface CompositeSortOptionsCollector<S extends CompositeSortOptionsCollector<?>>
- All Known Subinterfaces:
CompositeSortComponentsStep<SR,S>
public interface CompositeSortOptionsCollector<S extends CompositeSortOptionsCollector<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Sadd(SortFinalStep dslFinalStep) Add an element to the composite sort based on an almost-builtSearchSort.add(SearchSort searchSort) Add an element to the composite sort based on a previously-builtSearchSort.
-
Method Details
-
add
Add an element to the composite sort based on a previously-builtSearchSort.- Parameters:
searchSort- The sort to add.- Returns:
this, for method chaining.
-
add
Add an element to the composite sort based on an almost-builtSearchSort.- Parameters:
dslFinalStep- A final step in the sort DSL allowing the retrieval of aSearchSort.- Returns:
this, for method chaining.
-