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
Fields in org.ldaptive.beans.reflect declared as SingleValueReflectionTranscoder Modifier and Type Field Description private SingleValueReflectionTranscoder<?>DefaultReflectionTranscoder. customTranscoderCustom transcoder to override the default transcoder.private SingleValueReflectionTranscoder<?>AbstractCollectionReflectionTranscoder. singleValueTranscoderUsed for collections that do not contain arrays.private SingleValueReflectionTranscoder<?>ArrayReflectionTranscoder. valueTranscoderUnderlying value transcoder.Fields in org.ldaptive.beans.reflect with type parameters of type SingleValueReflectionTranscoder Modifier and Type Field Description private Set<SingleValueReflectionTranscoder<?>>DefaultReflectionTranscoder. singleValueTranscodersSet of transcoders support single values.Methods in org.ldaptive.beans.reflect that return SingleValueReflectionTranscoder Modifier and Type Method Description protected SingleValueReflectionTranscoderDefaultReflectionTranscoder. getSingleValueReflectionTranscoder(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 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(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. 
 -