T
- public interface ParameterizedContextMapper<T> extends ContextMapper
ContextMapper
interface. Uses Java 5 covariant
return types to override the return type of the
mapFromContext(Object)
method to be the type parameter T.Modifier and Type | Method and Description |
---|---|
T |
mapFromContext(Object ctx)
Map a single LDAP Context to an object.
|
T mapFromContext(Object ctx)
ctx
is the object from a single SearchResult
,
Binding
, or a lookup operation.mapFromContext
in interface ContextMapper
ctx
- the context to map to an object.Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.