Package org.springframework.batch.item.ldif
@NonNullApi
package org.springframework.batch.item.ldif
This package contains the classes required for using the LdifParser in Spring LDAP.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionThis interface can be used to operate on skipped records during open in the
LdifReader
and theMappingLdifReader
.RecordMapper<T>This interface should be implemented to mapLdapAttributes
objects to POJOs.