Class ContextMapperWithCustomAttributes<T>

java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes<T>
All Implemented Interfaces:
ContextMapperWithRequiredAttributes<T>, org.springframework.ldap.core.ContextMapper
Direct Known Subclasses:
GroupContextMapper, UserContextMapper

public abstract class ContextMapperWithCustomAttributes<T> extends Object implements ContextMapperWithRequiredAttributes<T>
An abstract implementation of ContextMapperWithRequiredAttributes for cases where a mapper requires core attributes and also the attributes for any attached custom AttributeMappers.