org.ldaptive.beans.reflect
Class DefaultLdapEntryMapper
java.lang.Object
org.ldaptive.beans.AbstractLdapEntryMapper<Object>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLdapEntryMapper
public DefaultLdapEntryMapper()
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-2015 Virginia Tech. All Rights Reserved.