F - The type of sort factory.B - The implementation type of builders.
This type is backend-specific. See SearchSortBuilder.toImplementation().public interface SearchSortDslContext<F extends SearchSortBuilderFactory<?,B>,B>
SortThenStep.then().| Modifier and Type | Method and Description |
|---|---|
SearchSortDslContext<?,B> |
append(B builder)
Create a new context with a sort builder appended.
|
F |
getBuilderFactory() |
SearchSort |
toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
F getBuilderFactory()
SearchSortDslContext<?,B> append(B builder)
builder - The builder to add.SearchSort toSort()
SearchSort instance
matching the definition given in the previous DSL steps.SearchSort instance.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.