Uses of Class
org.ldaptive.beans.reflect.ArrayReflectionTranscoder
Packages that use ArrayReflectionTranscoder
-
Uses of ArrayReflectionTranscoder in org.ldaptive.beans.reflect
Fields in org.ldaptive.beans.reflect declared as ArrayReflectionTranscoderModifier and TypeFieldDescriptionprivate final ArrayReflectionTranscoderAbstractCollectionReflectionTranscoder.arrayTranscoderUsed for collections that contain arrays.Constructors in org.ldaptive.beans.reflect with parameters of type ArrayReflectionTranscoderModifierConstructorDescriptionAbstractCollectionReflectionTranscoder(Class<?> c, ArrayReflectionTranscoder transcoder) Creates a new abstract collection reflection transcoder.ListReflectionTranscoder(Class<?> c, ArrayReflectionTranscoder transcoder) Creates a new list reflection transcoder.SetReflectionTranscoder(Class<?> c, ArrayReflectionTranscoder transcoder) Creates a new set reflection transcoder.