Class SortOptionsTransformer

java.lang.Object
io.camunda.search.es.transformers.ElasticsearchTransformer<SearchSortOptions,co.elastic.clients.elasticsearch._types.SortOptions>
io.camunda.search.es.transformers.sort.SortOptionsTransformer
All Implemented Interfaces:
SearchTransfomer<SearchSortOptions,co.elastic.clients.elasticsearch._types.SortOptions>

public final class SortOptionsTransformer extends ElasticsearchTransformer<SearchSortOptions,co.elastic.clients.elasticsearch._types.SortOptions>
  • Constructor Details

  • Method Details

    • apply

      public co.elastic.clients.elasticsearch._types.SortOptions apply(SearchSortOptions value)
    • getFieldSortTransformer

      protected SearchTransfomer<SearchFieldSort,co.elastic.clients.elasticsearch._types.FieldSort> getFieldSortTransformer()