Class DelegatingSortMapper
- java.lang.Object
-
- com.atlassian.confluence.plugins.opensearch.DelegatingSortMapper
-
public class DelegatingSortMapper extends Object
A mapper that maps a ConfluenceSearchSort
to a list of OpenSearchSortOptions
by delegating it to the appropriateOpenSearchSortMapper
implementation.- Since:
- 8.7
-
-
Constructor Summary
Constructors Constructor Description DelegatingSortMapper(List<OpenSearchSortMapper<?>> sortMappers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.opensearch.client.opensearch._types.SortOptions>
mapSortToOpenSearch(@Nullable SearchSort sort)
-
-
-
Constructor Detail
-
DelegatingSortMapper
public DelegatingSortMapper(List<OpenSearchSortMapper<?>> sortMappers)
-
-
Method Detail
-
mapSortToOpenSearch
public List<org.opensearch.client.opensearch._types.SortOptions> mapSortToOpenSearch(@Nullable SearchSort sort)
-
-