Modifier and Type | Method and Description |
---|---|
SearchQueryContext<Q> |
SearchQueryContext.sort(SearchSort sort) |
Modifier and Type | Method and Description |
---|---|
SearchSort |
SearchSortTerminalContext.toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
SearchSortContainerContext.by(SearchSort sort)
Order by the given sort.
|
Modifier and Type | Method and Description |
---|---|
SearchSort |
SearchSortDslContext.toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
SearchSort |
NonEmptySortContextImpl.toSort() |
Modifier and Type | Method and Description |
---|---|
NonEmptySortContext |
DelegatingSearchSortContainerContext.by(SearchSort sort) |
Modifier and Type | Method and Description |
---|---|
SearchSort |
SearchSortBuilderFactory.toSearchSort(List<B> builders)
Convert sort builders to a reusable
SearchSort object. |
Modifier and Type | Method and Description |
---|---|
void |
SearchSortBuilderFactory.toImplementation(SearchSort sort,
Consumer<? super B> implementationConsumer)
Convert a
SearchSort object back to a sequence of sort builders. |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.