| Package | Description |
|---|---|
| org.ldaptive.beans | |
| org.ldaptive.beans.reflect | |
| org.ldaptive.beans.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassDescriptor
Base implementation of a class descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ClassDescriptor |
AbstractLdapEntryMapper.getClassDescriptor(T object)
Returns the class descriptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassDescriptor
Default implementation of a class descriptor.
|
class |
FieldClassDescriptor
Creates DN and attribute mutators for the
Fields on a type. |
class |
MethodClassDescriptor
Creates DN and attribute mutators for the
Methods on a type. |
| Modifier and Type | Field and Description |
|---|---|
private static Map<Class<?>,ClassDescriptor> |
DefaultLdapEntryMapper.CLASS_DESCRIPTORS
Class descriptors for mapping objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
DefaultLdapEntryMapper.createClassDescriptor(Class<?> type)
Creates a class descriptor for the supplied type.
|
protected ClassDescriptor |
DefaultLdapEntryMapper.getClassDescriptor(Object object) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringClassDescriptor
Spring implementation of a class descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
SpringLdapEntryMapper.getClassDescriptor(Object object) |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.