Uses of Interface
org.ldaptive.beans.reflect.ReflectionTranscoder
-
Packages that use ReflectionTranscoder Package Description org.ldaptive.beans.reflect -
-
Uses of ReflectionTranscoder in org.ldaptive.beans.reflect
Classes in org.ldaptive.beans.reflect that implement ReflectionTranscoder Modifier and Type Class Description class
AbstractCollectionReflectionTranscoder
Reflection transcoder for an object that implements aCollection
.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 implementsList
.class
SetReflectionTranscoder
Reflection transcoder for an object that implementsSet
.class
SingleValueReflectionTranscoder<T>
Reflection transcoder which expects to operate on collections containing a single value.Fields in org.ldaptive.beans.reflect declared as ReflectionTranscoder Modifier and Type Field Description private ReflectionTranscoder
AbstractAttributeValueMutator. valueTranscoder
Transcoder for modifying this attribute.private ReflectionTranscoder
DefaultReflectionTranscoder. valueTranscoder
Transcoder for this type.Methods in org.ldaptive.beans.reflect that return ReflectionTranscoder Modifier and Type Method Description 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 Constructor Description AbstractAttributeValueMutator(String name, boolean binary, ReflectionTranscoder transcoder)
Creates a new abstract attribute value mutator.FieldAttributeValueMutator(String name, boolean binary, ReflectionTranscoder transcoder, Field field)
Creates a new field attribute value mutator.FieldAttributeValueMutator(ReflectionTranscoder transcoder, Field field)
Creates a new field attribute value mutator.MethodAttributeValueMutator(String name, boolean binary, ReflectionTranscoder transcoder, Method getter, Method setter)
Creates a new method attribute value mutator.MethodAttributeValueMutator(ReflectionTranscoder transcoder, Method getter, Method setter)
Creates a new method attribute value mutator.
-