org.ldaptive.beans.reflect
Class DefaultLdapEntryMapper

java.lang.Object
  extended by org.ldaptive.beans.AbstractLdapEntryMapper<Object>
      extended by org.ldaptive.beans.reflect.DefaultLdapEntryMapper
All Implemented Interfaces:
LdapEntryMapper<Object>

public class DefaultLdapEntryMapper
extends AbstractLdapEntryMapper<Object>

Stores the class descriptors for a specific object in a static map.

Version:
$Revision: 2985 $ $Date: 2014-05-29 13:06:48 -0400 (Thu, 29 May 2014) $
Author:
Middleware Services

Field Summary
 
Fields inherited from class org.ldaptive.beans.AbstractLdapEntryMapper
logger
 
Constructor Summary
DefaultLdapEntryMapper()
           
 
Method Summary
protected  ClassDescriptor createClassDescriptor(Class<?> type)
          Creates a class descriptor for the supplied type.
protected  ClassDescriptor getClassDescriptor(Object object)
          Returns the class descriptor.
 
Methods inherited from class org.ldaptive.beans.AbstractLdapEntryMapper
map, map, map, mapDn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLdapEntryMapper

public DefaultLdapEntryMapper()
Method Detail

getClassDescriptor

protected ClassDescriptor getClassDescriptor(Object object)
Returns the class descriptor.

Specified by:
getClassDescriptor in class AbstractLdapEntryMapper<Object>
Parameters:
object - to return the class descriptor for
Returns:
class descriptor

createClassDescriptor

protected ClassDescriptor createClassDescriptor(Class<?> type)
Creates a class descriptor for the supplied type.

Parameters:
type - to create class descriptor for
Returns:
class descriptor


Copyright © 2003-2014 Virginia Tech. All Rights Reserved.