public interface EntryMapper<T>
Modifier and Type | Method and Description |
---|---|
T |
map(Entry entry)
Will be called once for each entry in the search result.
|
T map(Entry entry) throws LdapException
entry
- An entry from the search resultLdapException
- If something goes wrongCopyright © 2018. All rights reserved.