public final class MapperFieldMapperGetterAdapter<S,P> extends Object implements ContextualGetter<S,P>
| Modifier and Type | Field and Description |
|---|---|
SourceMapper<S,P> |
mapper |
org.simpleflatmapper.util.Predicate<S> |
nullChecker |
int |
valueIndex |
| Constructor and Description |
|---|
MapperFieldMapperGetterAdapter(SourceMapper<S,P> mapper,
org.simpleflatmapper.util.Predicate<S> nullChecker,
int valueIndex) |
| Modifier and Type | Method and Description |
|---|---|
P |
get(S s,
org.simpleflatmapper.converter.Context context) |
String |
toString() |
public final SourceMapper<S,P> mapper
public final org.simpleflatmapper.util.Predicate<S> nullChecker
public final int valueIndex
public MapperFieldMapperGetterAdapter(SourceMapper<S,P> mapper, org.simpleflatmapper.util.Predicate<S> nullChecker, int valueIndex)
Copyright © 2018. All rights reserved.