|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface RecordMapper<T>
This interface should be implemented to map LdapAttributes
objects to POJOs. The resulting
implementations can be used in the MappingLdifReader
.
Method Summary | |
---|---|
T |
mapRecord(LdapAttributes attributes)
Maps an LdapAttributes object to the specified type. |
Method Detail |
---|
T mapRecord(LdapAttributes attributes)
LdapAttributes
object to the specified type.
attributes
-
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |