Class ContextMapperCallbackHandler<T>

java.lang.Object
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler<T>
org.springframework.ldap.core.ContextMapperCallbackHandler<T>
All Implemented Interfaces:
NameClassPairCallbackHandler
Direct Known Subclasses:
ContextMapperCallbackHandlerWithControls

public class ContextMapperCallbackHandler<T> extends CollectingNameClassPairCallbackHandler<T>
A CollectingNameClassPairCallbackHandler to wrap a ContextMapper. That is, the found object is extracted from each Binding, and then passed to the specified ContextMapper for translation.
Since:
1.2