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 TypeClassDescriptionclass
Base implementation of a class descriptor.Methods in org.ldaptive.beans that return ClassDescriptorModifier and TypeMethodDescriptionprotected 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 ClassDescriptorModifier and TypeClassDescriptionclass
Default implementation of a class descriptor.class
Creates DN and attribute mutators for theField
s on a type.class
Creates DN and attribute mutators for theMethod
s on a type.Fields in org.ldaptive.beans.reflect with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprivate static final Map<Class<?>,
ClassDescriptor> DefaultLdapEntryMapper.CLASS_DESCRIPTORS
Class descriptors for mapping objects.Methods in org.ldaptive.beans.reflect that return ClassDescriptorModifier and TypeMethodDescriptionprotected 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 ClassDescriptorModifier and TypeClassDescriptionclass
Spring implementation of a class descriptor.Methods in org.ldaptive.beans.spring that return ClassDescriptorModifier and TypeMethodDescriptionprotected ClassDescriptor
SpringLdapEntryMapper.getClassDescriptor
(Object object)