Uses of Class
org.ldaptive.beans.reflect.ArrayReflectionTranscoder
- 
Packages that use ArrayReflectionTranscoder Package Description org.ldaptive.beans.reflect 
- 
- 
Uses of ArrayReflectionTranscoder in org.ldaptive.beans.reflectFields in org.ldaptive.beans.reflect declared as ArrayReflectionTranscoder Modifier and Type Field Description private ArrayReflectionTranscoderAbstractCollectionReflectionTranscoder. arrayTranscoderUsed for collections that contain arrays.Constructors in org.ldaptive.beans.reflect with parameters of type ArrayReflectionTranscoder Constructor Description AbstractCollectionReflectionTranscoder(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.
 
-