Interface EntryMapper<T>

  • Type Parameters:
    T - The type of the mapped entry

    public interface EntryMapper<T>
    A callback for processing entries from a search result.
    Author:
    Apache Directory Project
    • Method Detail

      • map

        T map​(Entry entry)
        throws LdapException
        Will be called once for each entry in the search result.
        Parameters:
        entry - An entry from the search result
        Returns:
        A object modeling the entry
        Throws:
        LdapException - If something goes wrong