Uses of Interface
org.ldaptive.beans.ClassDescriptor

Packages that use ClassDescriptor
org.ldaptive.beans   
org.ldaptive.beans.reflect   
org.ldaptive.beans.spring   
 

Uses of ClassDescriptor in org.ldaptive.beans
 

Classes in org.ldaptive.beans that implement ClassDescriptor
 class AbstractClassDescriptor
          Base implementation of a class descriptor.
 

Methods in org.ldaptive.beans that return ClassDescriptor
protected abstract  ClassDescriptor AbstractLdapEntryMapper.getClassDescriptor(T object)
          Returns the class descriptor.
 

Uses of ClassDescriptor in org.ldaptive.beans.reflect
 

Classes in org.ldaptive.beans.reflect that implement ClassDescriptor
 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.
 

Methods in org.ldaptive.beans.reflect that return ClassDescriptor
protected  ClassDescriptor DefaultLdapEntryMapper.createClassDescriptor(Class<?> type)
          Creates a class descriptor for the supplied type.
protected  ClassDescriptor DefaultLdapEntryMapper.getClassDescriptor(Object object)
          Returns the class descriptor.
 

Uses of ClassDescriptor in org.ldaptive.beans.spring
 

Classes in org.ldaptive.beans.spring that implement ClassDescriptor
 class SpringClassDescriptor
          Spring implementation of a class descriptor.
 

Methods in org.ldaptive.beans.spring that return ClassDescriptor
protected  ClassDescriptor SpringLdapEntryMapper.getClassDescriptor(Object object)
          Returns the class descriptor.
 



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