spring-projects / spring-ldap

Spring LDAP
https://spring.io/spring-ldap
Apache License 2.0
342 stars 481 forks source link

LDAP-76: Add abstract ContextMapper implementation #117

Closed spring-projects-issues closed 17 years ago

spring-projects-issues commented 17 years ago

["Mattias Hellborg Arthursson":https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson](Migrated from ["LDAP-76":https://jira.spring.io/browse/LDAP-76?redirect=false]) said:

In the vast majority of cases, the Object passed to a @ContextMapper@ is a @DirContextAdapter@. We could provide a base @ContextMapper@ implementation that does the cast to @DirContextAdapter@ and delegates to a template method to do the actual mapping.

spring-projects-issues commented 17 years ago

["Mattias Hellborg Arthursson":https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson] said:

Created @AbstractContextMapper@ and @AbstractParametrizedContextMapper@