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 classAbstractClassDescriptorBase implementation of a class descriptor.Methods in org.ldaptive.beans that return ClassDescriptor Modifier and Type Method Description protected abstract ClassDescriptorAbstractLdapEntryMapper. 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 classDefaultClassDescriptorDefault implementation of a class descriptor.classFieldClassDescriptorCreates DN and attribute mutators for theFields on a type.classMethodClassDescriptorCreates DN and attribute mutators for theMethods 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_DESCRIPTORSClass descriptors for mapping objects.Methods in org.ldaptive.beans.reflect that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptorDefaultLdapEntryMapper. createClassDescriptor(Class<?> type)Creates a class descriptor for the supplied type.protected ClassDescriptorDefaultLdapEntryMapper. 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 classSpringClassDescriptorSpring implementation of a class descriptor.Methods in org.ldaptive.beans.spring that return ClassDescriptor Modifier and Type Method Description protected ClassDescriptorSpringLdapEntryMapper. getClassDescriptor(Object object)
-