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.reflect
Constructors in org.ldaptive.beans.reflect with parameters of type ArrayReflectionTranscoder Constructor Description AbstractCollectionReflectionTranscoder(java.lang.Class<?> c, ArrayReflectionTranscoder transcoder)
Creates a new abstract collection reflection transcoder.ListReflectionTranscoder(java.lang.Class<?> c, ArrayReflectionTranscoder transcoder)
Creates a new list reflection transcoder.SetReflectionTranscoder(java.lang.Class<?> c, ArrayReflectionTranscoder transcoder)
Creates a new set reflection transcoder.
-