Uses of Class
org.ldaptive.beans.AbstractClassDescriptor
-
Packages that use AbstractClassDescriptor Package Description org.ldaptive.beans.reflect org.ldaptive.beans.spring -
-
Uses of AbstractClassDescriptor in org.ldaptive.beans.reflect
Subclasses of AbstractClassDescriptor in org.ldaptive.beans.reflect 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. -
Uses of AbstractClassDescriptor in org.ldaptive.beans.spring
Subclasses of AbstractClassDescriptor in org.ldaptive.beans.spring Modifier and Type Class Description class
SpringClassDescriptor
Spring implementation of a class descriptor.
-