public class ContextualIndexedSetterAdapter<T,P> extends Object implements ContextualIndexedSetter<T,P>
| Constructor and Description |
|---|
ContextualIndexedSetterAdapter(org.simpleflatmapper.reflect.IndexedSetter<T,P> setter) |
| Modifier and Type | Method and Description |
|---|---|
static <T,P> ContextualIndexedSetter<T,P> |
of(org.simpleflatmapper.reflect.IndexedSetter<T,P> indexedSetter) |
void |
set(T target,
P value,
int index,
org.simpleflatmapper.converter.Context context) |
public static <T,P> ContextualIndexedSetter<T,P> of(org.simpleflatmapper.reflect.IndexedSetter<T,P> indexedSetter)
Copyright © 2020. All rights reserved.