Class DelegatingSortMapper

java.lang.Object
com.atlassian.confluence.plugins.opensearch.DelegatingSortMapper

public class DelegatingSortMapper extends Object
A mapper that maps a Confluence SearchSort to a list of OpenSearch SortOptions by delegating it to the appropriate OpenSearchSortMapper implementation.
Since:
8.7
  • Constructor Details

  • Method Details

    • mapSortToOpenSearch

      public List<org.opensearch.client.opensearch._types.SortOptions> mapSortToOpenSearch(@Nullable SearchSort sort)