Uses of Interface
org.ldaptive.beans.ClassDescriptor
-
Packages that use ClassDescriptor Package Description 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 Modifier and Type Class Description class
AbstractClassDescriptor
Base implementation of a class descriptor.Methods in org.ldaptive.beans that return ClassDescriptor Modifier and Type Method Description 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 Modifier and Type Class Description class
DefaultClassDescriptor
Default implementation of a class descriptor.class
FieldClassDescriptor
Creates DN and attribute mutators for theField
s on a type.class
MethodClassDescriptor
Creates DN and attribute mutators for theMethod
s on a type.Fields in org.ldaptive.beans.reflect with type parameters of type ClassDescriptor Modifier and Type Field Description private static Map<Class<?>,ClassDescriptor>
DefaultLdapEntryMapper. CLASS_DESCRIPTORS
Class descriptors for mapping objects.Methods in org.ldaptive.beans.reflect that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptor
DefaultLdapEntryMapper. createClassDescriptor(Class<?> type)
Creates a class descriptor for the supplied type.protected ClassDescriptor
DefaultLdapEntryMapper. getClassDescriptor(Object object)
-
Uses of ClassDescriptor in org.ldaptive.beans.spring
Classes in org.ldaptive.beans.spring that implement ClassDescriptor Modifier and Type Class Description class
SpringClassDescriptor
Spring implementation of a class descriptor.Methods in org.ldaptive.beans.spring that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptor
SpringLdapEntryMapper. getClassDescriptor(Object object)
-