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 classAbstractCollectionReflectionTranscoderReflection transcoder for an object that implements aCollection.classArrayReflectionTranscoderReflection transcoder which expects to operate on collections containing an array of values.classDefaultReflectionTranscoderDefault implementation of a reflection transcoder.classListReflectionTranscoderReflection transcoder for an object that implementsList.classSetReflectionTranscoderReflection transcoder for an object that implementsSet.classSingleValueReflectionTranscoder<T>Reflection transcoder which expects to operate on collections containing a single value.Methods in org.ldaptive.beans.reflect that return ReflectionTranscoder Modifier and Type Method Description protected ReflectionTranscoderDefaultReflectionTranscoder. getCollectionEncoder(java.lang.Class<?> type, java.lang.reflect.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 ReflectionTranscoder Constructor Description AbstractAttributeValueMutator(java.lang.String name, boolean binary, ReflectionTranscoder transcoder)Creates a new abstract attribute value mutator.FieldAttributeValueMutator(java.lang.String name, boolean binary, ReflectionTranscoder transcoder, java.lang.reflect.Field field)Creates a new field attribute value mutator.FieldAttributeValueMutator(ReflectionTranscoder transcoder, java.lang.reflect.Field field)Creates a new field attribute value mutator.MethodAttributeValueMutator(java.lang.String name, boolean binary, ReflectionTranscoder transcoder, java.lang.reflect.Method getter, java.lang.reflect.Method setter)Creates a new method attribute value mutator.MethodAttributeValueMutator(ReflectionTranscoder transcoder, java.lang.reflect.Method getter, java.lang.reflect.Method setter)Creates a new method attribute value mutator.
-