|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionTranscoder | |
|---|---|
| org.ldaptive.beans.reflect | |
| Uses of ReflectionTranscoder in org.ldaptive.beans.reflect |
|---|
| Classes in org.ldaptive.beans.reflect that implement ReflectionTranscoder | |
|---|---|
class |
AbstractCollectionReflectionTranscoder
Reflection transcoder for an object that implements a Collection. |
class |
ArrayReflectionTranscoder
Reflection transcoder which expects to operate on collections containing an array of values. |
class |
DefaultReflectionTranscoder
Default implementation of a reflection transcoder. |
class |
ListReflectionTranscoder
Reflection transcoder for an object that implements List. |
class |
SetReflectionTranscoder
Reflection transcoder for an object that implements Set. |
class |
SingleValueReflectionTranscoder<T>
Reflection transcoder which expects to operate on collections containing a single value. |
| Methods in org.ldaptive.beans.reflect that return ReflectionTranscoder | |
|---|---|
protected ReflectionTranscoder |
DefaultReflectionTranscoder.getCollectionEncoder(Class<?> type,
Type genericType)
Returns the appropriate collection encoder for the supplied type. |
protected ReflectionTranscoder |
AbstractAttributeValueMutator.getReflectionTranscoder()
Returns the reflection transcoder. |
| Constructors in org.ldaptive.beans.reflect with parameters of type ReflectionTranscoder | |
|---|---|
AbstractAttributeValueMutator(String name,
boolean binary,
org.ldaptive.SortBehavior sortBehavior,
ReflectionTranscoder transcoder)
Creates a new abstract attribute value mutator. |
|
FieldAttributeValueMutator(ReflectionTranscoder transcoder,
Field field)
Creates a new field attribute value mutator. |
|
FieldAttributeValueMutator(String name,
boolean binary,
org.ldaptive.SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
Field field)
Creates a new field attribute value mutator. |
|
MethodAttributeValueMutator(ReflectionTranscoder transcoder,
Method getter,
Method setter)
Creates a new method attribute value mutator. |
|
MethodAttributeValueMutator(String name,
boolean binary,
org.ldaptive.SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
Method getter,
Method setter)
Creates a new method attribute value mutator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||