@Deprecated public class LdifAggregator extends Object implements org.springframework.batch.item.file.transform.LineAggregator<org.springframework.ldap.core.LdapAttributes>
LdifAggregator object is an implementation of the LineAggregator
interface for use with a FlatFileItemWriter to write LDIF records to a file.| Constructor and Description |
|---|
LdifAggregator()
Deprecated.
|
public String aggregate(org.springframework.ldap.core.LdapAttributes item)
String containing a properly formated LDIF.aggregate in interface org.springframework.batch.item.file.transform.LineAggregator<org.springframework.ldap.core.LdapAttributes>item - LdapAttributes object to convert to string.