Class 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
    • Method Detail

      • mapSortToOpenSearch

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