public interface ClassDescriptor
| Modifier and Type | Method and Description | 
|---|---|
AttributeValueMutator | 
getAttributeValueMutator(String name)
Returns the attribute value mutator for the attribute with the supplied name. 
 | 
Collection<AttributeValueMutator> | 
getAttributeValueMutators()
Returns the attribute value mutators for this type. 
 | 
DnValueMutator | 
getDnValueMutator()
Returns the DN value mutator for this type. 
 | 
void | 
initialize(Class<?> type)
Prepare this class descriptor for use. 
 | 
void initialize(Class<?> type)
type - of object to describeDnValueMutator getDnValueMutator()
Collection<AttributeValueMutator> getAttributeValueMutators()
AttributeValueMutator getAttributeValueMutator(String name)
name - of the attributeCopyright © 2003-2019 Virginia Tech. All Rights Reserved.