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)
Deprecated.
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 ContextMapperctx - the context to map to an object.