Uses of Class
org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
Packages that use SingleValueReflectionTranscoder
-
Uses of SingleValueReflectionTranscoder in org.ldaptive.beans.reflect
Fields in org.ldaptive.beans.reflect declared as SingleValueReflectionTranscoderModifier and TypeFieldDescriptionprivate final SingleValueReflectionTranscoder<?>
DefaultReflectionTranscoder.customTranscoder
Custom transcoder to override the default transcoder.private final SingleValueReflectionTranscoder<?>
AbstractCollectionReflectionTranscoder.singleValueTranscoder
Used for collections that do not contain arrays.private final SingleValueReflectionTranscoder<?>
ArrayReflectionTranscoder.valueTranscoder
Underlying value transcoder.Fields in org.ldaptive.beans.reflect with type parameters of type SingleValueReflectionTranscoderModifier and TypeFieldDescriptionprivate final Set<SingleValueReflectionTranscoder<?>>
DefaultReflectionTranscoder.singleValueTranscoders
Set of transcoders support single values.Methods in org.ldaptive.beans.reflect that return SingleValueReflectionTranscoderModifier and TypeMethodDescriptionprotected SingleValueReflectionTranscoder
DefaultReflectionTranscoder.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 SingleValueReflectionTranscoderModifier and TypeMethodDescriptionprotected Set<SingleValueReflectionTranscoder<?>>
DefaultReflectionTranscoder.getDefaultSingleValueTranscoders()
Initializes the set of default single value transcoders.Constructors in org.ldaptive.beans.reflect with parameters of type SingleValueReflectionTranscoderModifierConstructorDescriptionAbstractCollectionReflectionTranscoder
(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.