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 ArrayReflectionTranscoder
AbstractCollectionReflectionTranscoder.arrayTranscoder
Used 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.