Package org.bremersee.data.ldaptive.app
Class PersonMapper
- java.lang.Object
 - 
- org.bremersee.data.ldaptive.app.PersonMapper
 
 
- 
- All Implemented Interfaces:
 LdaptiveEntryMapper<Person>,org.ldaptive.beans.LdapEntryMapper<Person>
@Component @Validated public class PersonMapper extends Object implements LdaptiveEntryMapper<Person>
The test person mapper.- Author:
 - Christian Bremer
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PersonMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getObjectClasses()Personmap(org.ldaptive.LdapEntry ldapEntry)voidmap(org.ldaptive.LdapEntry ldapEntry, Person person)org.ldaptive.AttributeModification[]mapAndComputeModifications(@NotNull Person source, @NotNull org.ldaptive.LdapEntry destination)StringmapDn(Person person)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.bremersee.data.ldaptive.LdaptiveEntryMapper
map, mapAndComputeModifyRequest 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getObjectClasses
public String[] getObjectClasses()
- Specified by:
 getObjectClassesin interfaceLdaptiveEntryMapper<Person>
 
- 
mapDn
public String mapDn(Person person)
- Specified by:
 mapDnin interfaceorg.ldaptive.beans.LdapEntryMapper<Person>- Specified by:
 mapDnin interfaceLdaptiveEntryMapper<Person>
 
- 
map
public Person map(org.ldaptive.LdapEntry ldapEntry)
- Specified by:
 mapin interfaceLdaptiveEntryMapper<Person>
 
- 
map
public void map(org.ldaptive.LdapEntry ldapEntry, Person person)- Specified by:
 mapin interfaceorg.ldaptive.beans.LdapEntryMapper<Person>- Specified by:
 mapin interfaceLdaptiveEntryMapper<Person>
 
- 
mapAndComputeModifications
public org.ldaptive.AttributeModification[] mapAndComputeModifications(@NotNull @NotNull Person source, @NotNull @NotNull org.ldaptive.LdapEntry destination)- Specified by:
 mapAndComputeModificationsin interfaceLdaptiveEntryMapper<Person>
 
 - 
 
 -