Uses of Interface
org.ldaptive.beans.ClassDescriptor
Packages that use ClassDescriptor
-
Uses of ClassDescriptor in org.ldaptive.beans
Classes in org.ldaptive.beans that implement ClassDescriptorModifier and TypeClassDescriptionclassBase implementation of a class descriptor.Methods in org.ldaptive.beans that return ClassDescriptorModifier and TypeMethodDescriptionprotected 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 ClassDescriptorModifier and TypeClassDescriptionclassDefault implementation of a class descriptor.classCreates DN and attribute mutators for theFields on a type.classCreates DN and attribute mutators for theMethods on a type.Fields in org.ldaptive.beans.reflect with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprivate static final Map<Class<?>,ClassDescriptor> DefaultLdapEntryMapper.CLASS_DESCRIPTORSClass descriptors for mapping objects.Methods in org.ldaptive.beans.reflect that return ClassDescriptorModifier and TypeMethodDescriptionprotected 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 ClassDescriptorModifier and TypeClassDescriptionclassSpring implementation of a class descriptor.Methods in org.ldaptive.beans.spring that return ClassDescriptorModifier and TypeMethodDescriptionprotected ClassDescriptorSpringLdapEntryMapper.getClassDescriptor(Object object)