| Interface | Description |
|---|---|
| ReflectionTranscoder |
Interface for reflection based transcoders.
|
| Class | Description |
|---|---|
| AbstractAttributeValueMutator |
Base implementation of a
AttributeValueMutator. |
| AbstractCollectionReflectionTranscoder |
Reflection transcoder for an object that implements a
Collection. |
| ArrayReflectionTranscoder |
Reflection transcoder which expects to operate on collections containing an array of values.
|
| DefaultClassDescriptor |
Default implementation of a class descriptor.
|
| DefaultDnValueMutator |
Uses a
AttributeValueMutator to mutate the configured DN of an object. |
| DefaultLdapEntryMapper<T> |
Stores the class descriptors for a specific object in a static map.
|
| DefaultReflectionTranscoder |
Default implementation of a reflection transcoder.
|
| FieldAttributeValueMutator |
Attribute mutator associated with the
Field of an object. |
| FieldClassDescriptor |
Creates DN and attribute mutators for the
Fields on a type. |
| ListReflectionTranscoder |
Reflection transcoder for an object that implements
List. |
| MethodAttributeValueMutator |
Attribute mutator associated with the
Method of an object. |
| MethodClassDescriptor |
Creates DN and attribute mutators for the
Methods on a type. |
| ReflectionUtils |
Provides utility methods for common reflection operations.
|
| SetReflectionTranscoder |
Reflection transcoder for an object that implements
Set. |
| SingleValueReflectionTranscoder<T> |
Reflection transcoder which expects to operate on collections containing a single value.
|
| TranscoderFactory |
Creates value transcoders and stores them in a static map.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.