Uses of Class
org.ldaptive.beans.reflect.SingleValueReflectionTranscoder

Packages that use SingleValueReflectionTranscoder
org.ldaptive.beans.reflect   
 

Uses of SingleValueReflectionTranscoder in org.ldaptive.beans.reflect
 

Methods in org.ldaptive.beans.reflect that return SingleValueReflectionTranscoder
protected  SingleValueReflectionTranscoder DefaultReflectionTranscoder.getSingleValueReflectionTranscoder(Class<?> type)
          Returns the appropriate single value encoder for the supplied type.
static
<T> SingleValueReflectionTranscoder<T>
SingleValueReflectionTranscoder.newInstance(org.ldaptive.io.ValueTranscoder<T> transcoder)
          Creates a new single value reflection transcoder.
 

Methods in org.ldaptive.beans.reflect that return types with arguments of type SingleValueReflectionTranscoder
protected  Set<SingleValueReflectionTranscoder<?>> DefaultReflectionTranscoder.getDefaultSingleValueTranscoders()
          Initializes the set of default single value transcoders.
 

Constructors in org.ldaptive.beans.reflect with parameters of type SingleValueReflectionTranscoder
AbstractCollectionReflectionTranscoder(Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
          Creates a new abstract collection reflection transcoder.
ArrayReflectionTranscoder(SingleValueReflectionTranscoder<?> transcoder)
          Creates a new array reflection transcoder.
ListReflectionTranscoder(Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
          Creates a new list reflection transcoder.
SetReflectionTranscoder(Class<?> c, SingleValueReflectionTranscoder<?> transcoder)
          Creates a new set reflection transcoder.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.