Interface ContextMapperWithControls<T>
-
- Type Parameters:
T- return type of themapFromContextWithControls(Object, javax.naming.ldap.HasControls)method
- All Superinterfaces:
ContextMapper<T>
public interface ContextMapperWithControls<T> extends ContextMapper<T>
Extension of theContextMapperinterface that allows controls to be passed to the mapper implementation. Uses Java 5 covariant return types to override the return type of themapFromContextWithControls(Object, javax.naming.ldap.HasControls)method to be the type parameter T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmapFromContextWithControls(java.lang.Object ctx, javax.naming.ldap.HasControls hasControls)-
Methods inherited from interface org.springframework.ldap.core.ContextMapper
mapFromContext
-
-
-
-
Method Detail
-
mapFromContextWithControls
T mapFromContextWithControls(java.lang.Object ctx, javax.naming.ldap.HasControls hasControls) throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
-
-