T - type the record will be mapped topublic interface RecordMapper<T>
LdapAttributes objects to POJOs. The resulting
implementations can be used in the MappingLdifReader.| Modifier and Type | Method and Description |
|---|---|
T |
mapRecord(org.springframework.ldap.core.LdapAttributes attributes)
Maps an
LdapAttributes object to the specified type. |
@Nullable T mapRecord(org.springframework.ldap.core.LdapAttributes attributes)
LdapAttributes object to the specified type.attributes - attributesnull if unable to map the record to
an object.