|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassDescriptor
Describes the attribute value mutators and DN value mutators for a specific type.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void initialize(Class<?> type)
type - of object to describeDnValueMutator getDnValueMutator()
Collection<AttributeValueMutator> getAttributeValueMutators()
AttributeValueMutator getAttributeValueMutator(String name)
name - of the attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||