T - The type of the mapped entrypublic interface EntryMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
map(org.apache.directory.api.ldap.model.entry.Entry entry)
Will be called once for each entry in the search result.
|
T map(org.apache.directory.api.ldap.model.entry.Entry entry) throws org.apache.directory.api.ldap.model.exception.LdapException
entry - An entry from the search resultorg.apache.directory.api.ldap.model.exception.LdapException - If something goes wrongCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.