Class MergeResultHandler

java.lang.Object
org.ldaptive.handler.MergeResultHandler
All Implemented Interfaces:
Function<SearchResponse,SearchResponse>, SearchResultHandler

public class MergeResultHandler extends Object implements SearchResultHandler
Merges the values of the attributes in all entries into a single entry.
  • Field Details

    • HASH_CODE_SEED

      private static final int HASH_CODE_SEED
      hash code seed.
      See Also:
  • Constructor Details

    • MergeResultHandler

      public MergeResultHandler()
  • Method Details