Uses of Interface
org.ldaptive.beans.LdapEntryMapper
Packages that use LdapEntryMapper
Package
Description
-
Uses of LdapEntryMapper in org.ldaptive.beans
Classes in org.ldaptive.beans that implement LdapEntryMapperModifier and TypeClassDescriptionclass
Base implementation of an ldap entry mapper. -
Uses of LdapEntryMapper in org.ldaptive.beans.persistence
Fields in org.ldaptive.beans.persistence declared as LdapEntryMapperModifier and TypeFieldDescriptionprivate final LdapEntryMapper<T>
DefaultLdapEntryManager.ldapEntryMapper
Mapper for converting ldap entry to object type.Methods in org.ldaptive.beans.persistence that return LdapEntryMapperModifier and TypeMethodDescriptionDefaultLdapEntryManager.getLdapEntryMapper()
Returns the ldap entry mapper.Constructors in org.ldaptive.beans.persistence with parameters of type LdapEntryMapperModifierConstructorDescriptionDefaultLdapEntryManager
(LdapEntryMapper<T> mapper, ConnectionFactory factory) Creates a new default ldap entry manager.DefaultLdapEntryManager
(LdapEntryMapper<T> mapper, ConnectionFactory factory, String[] attrs) Creates a new default ldap entry manager. -
Uses of LdapEntryMapper in org.ldaptive.beans.reflect
Classes in org.ldaptive.beans.reflect that implement LdapEntryMapperModifier and TypeClassDescriptionclass
Stores the class descriptors for a specific object in a static map. -
Uses of LdapEntryMapper in org.ldaptive.beans.spring
Classes in org.ldaptive.beans.spring that implement LdapEntryMapper