Package org.ldaptive.beans.reflect
Class DefaultClassDescriptor
java.lang.Object
org.ldaptive.beans.AbstractClassDescriptor
org.ldaptive.beans.reflect.DefaultClassDescriptor
- All Implemented Interfaces:
ClassDescriptor
Default implementation of a class descriptor. Reads the
Entry
annotation and sets the appropriate DN and
attribute value mutators.-
Nested Class Summary
Nested classes/interfaces inherited from class org.ldaptive.beans.AbstractClassDescriptor
AbstractClassDescriptor.SimpleAttributeValueMutator, AbstractClassDescriptor.SimpleDnValueMutator
-
Field Summary
Fields inherited from class org.ldaptive.beans.AbstractClassDescriptor
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(Class<?> type) Prepare this class descriptor for use.Methods inherited from class org.ldaptive.beans.AbstractClassDescriptor
addAttributeValueMutator, addAttributeValueMutator, getAttributeValueMutator, getAttributeValueMutators, getDnValueMutator, setDnValueMutator, toString
-
Constructor Details
-
DefaultClassDescriptor
public DefaultClassDescriptor()
-
-
Method Details
-
initialize
Description copied from interface:ClassDescriptor
Prepare this class descriptor for use.- Parameters:
type
- of object to describe
-