Package | Description |
---|---|
org.ldaptive.beans.reflect |
Modifier and Type | Field and Description |
---|---|
private SingleValueReflectionTranscoder<?> |
DefaultReflectionTranscoder.customTranscoder
Custom transcoder to override the default transcoder.
|
private SingleValueReflectionTranscoder<?> |
AbstractCollectionReflectionTranscoder.singleValueTranscoder
Used for collections that do not contain arrays.
|
private SingleValueReflectionTranscoder<?> |
ArrayReflectionTranscoder.valueTranscoder
Underlying value transcoder.
|
Modifier and Type | Field and Description |
---|---|
private Set<SingleValueReflectionTranscoder<?>> |
DefaultReflectionTranscoder.singleValueTranscoders
Set of transcoders support single values.
|
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 © 2003-2019 Virginia Tech. All Rights Reserved.