|
spring-ldap-core-tiger | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
T -
public interface ParameterizedContextMapper<T>
Extension of the ContextMapper interface. Uses Java 5 covariant
return types to override the return type of the
mapFromContext(Object) method to be the type parameter T.
| Method Summary | |
|---|---|
T |
mapFromContext(Object ctx)
Deprecated. Map a single LDAP Context to an object. |
| Method Detail |
|---|
T mapFromContext(Object ctx)
ctx is the object from a single SearchResult,
Binding, or a lookup operation.
mapFromContext in interface org.springframework.ldap.core.ContextMapperctx - the context to map to an object.
|
spring-ldap-core-tiger | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||