Package | Description |
---|---|
org.ldaptive.beans.reflect |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected Set<SingleValueReflectionTranscoder<?>> |
DefaultReflectionTranscoder.getDefaultSingleValueTranscoders()
Initializes the set of default single value transcoders.
|
Constructor and 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.
|
Copyright © 2016. All rights reserved.