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 TypeClassDescriptionclassReflection transcoder for an object that implements aCollection.classReflection transcoder which expects to operate on collections containing an array of values.classDefault implementation of a reflection transcoder.classReflection transcoder for an object that implementsList.classReflection transcoder for an object that implementsSet.classReflection transcoder which expects to operate on collections containing a single value.Fields in org.ldaptive.beans.reflect declared as ReflectionTranscoderModifier and TypeFieldDescriptionprivate final ReflectionTranscoderAbstractAttributeValueMutator.valueTranscoderTranscoder for modifying this attribute.private final ReflectionTranscoderDefaultReflectionTranscoder.valueTranscoderTranscoder for this type.Methods in org.ldaptive.beans.reflect that return ReflectionTranscoderModifier and TypeMethodDescriptionprotected ReflectionTranscoderDefaultReflectionTranscoder.getCollectionEncoder(Class<?> type, Type genericType) Returns the appropriate collection encoder for the supplied type.protected ReflectionTranscoderAbstractAttributeValueMutator.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.