Uses of Class
org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
-
Packages that use SingleValueReflectionTranscoder Package Description org.ldaptive.beans.reflect -
-
Uses of SingleValueReflectionTranscoder in org.ldaptive.beans.reflect
Methods in org.ldaptive.beans.reflect that return SingleValueReflectionTranscoder Modifier and Type Method Description protected SingleValueReflectionTranscoder
DefaultReflectionTranscoder. getSingleValueReflectionTranscoder(java.lang.Class<?> type)
Returns the appropriate single value encoder for the supplied type.static <T> SingleValueReflectionTranscoder<T>
SingleValueReflectionTranscoder. newInstance(ValueTranscoder<T> transcoder)
Creates a new single value reflection transcoder.Methods in org.ldaptive.beans.reflect that return types with arguments of type SingleValueReflectionTranscoder Modifier and Type Method Description protected java.util.Set<SingleValueReflectionTranscoder<?>>
DefaultReflectionTranscoder. getDefaultSingleValueTranscoders()
Initializes the set of default single value transcoders.Constructors in org.ldaptive.beans.reflect with parameters of type SingleValueReflectionTranscoder Constructor Description AbstractCollectionReflectionTranscoder(java.lang.Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
Creates a new abstract collection reflection transcoder.ArrayReflectionTranscoder(SingleValueReflectionTranscoder<?> transcoder)
Creates a new array reflection transcoder.ListReflectionTranscoder(java.lang.Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
Creates a new list reflection transcoder.SetReflectionTranscoder(java.lang.Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
Creates a new set reflection transcoder.
-