Uses of Interface
org.ldaptive.beans.reflect.ReflectionTranscoder
Packages that use ReflectionTranscoder
-
Uses of ReflectionTranscoder in org.ldaptive.beans.reflect
Classes in org.ldaptive.beans.reflect that implement ReflectionTranscoderModifier and TypeClassDescriptionclass
Reflection transcoder for an object that implements aCollection
.class
Reflection transcoder which expects to operate on collections containing an array of values.class
Default implementation of a reflection transcoder.class
Reflection transcoder for an object that implementsList
.class
Reflection transcoder for an object that implementsSet
.class
Reflection transcoder which expects to operate on collections containing a single value.Fields in org.ldaptive.beans.reflect declared as ReflectionTranscoderModifier and TypeFieldDescriptionprivate final ReflectionTranscoder
AbstractAttributeValueMutator.valueTranscoder
Transcoder for modifying this attribute.private final ReflectionTranscoder
DefaultReflectionTranscoder.valueTranscoder
Transcoder for this type.Methods in org.ldaptive.beans.reflect that return ReflectionTranscoderModifier and TypeMethodDescriptionprotected 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 ReflectionTranscoderModifierConstructorDescriptionAbstractAttributeValueMutator
(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.