| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.fieldmapper |
FieldMapper implementations. |
| org.simpleflatmapper.map.impl |
SourceMapper partial implementation. |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextualSourceFieldMapper<S,T> |
interface |
ContextualSourceMapper<S,T> |
interface |
SetRowMapper<ROW,SET,T,E extends Exception> |
interface |
SourceFieldMapper<S,T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapperFieldMapper<S,T,P,M extends SourceMapper<S,P> & FieldMapper<S,P>> |
| Modifier and Type | Field and Description |
|---|---|
M |
MapperFieldMapper.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
GetterMapper<S,P> |
| Constructor and Description |
|---|
StaticMapperEnumerable(SourceMapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumerable<S> sourceEnumerable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumerableDelegateMapper<ROW,SET,T,E extends Exception> |
class |
AbstractMapper<S,T> |
class |
ContextualSourceFieldMapperImpl<S,T> |
class |
DiscriminatorMapper<ROW,ROWS,T,EX extends Exception> |
class |
DynamicSetRowMapper<ROW,SET,T,E extends Exception,K extends FieldKey<K>> |
class |
DynamicSourceFieldMapper<ROW,T,K extends FieldKey<K>,E extends Exception> |
class |
JoinMapper<ROW,ROWS,T,EX extends Exception> |
class |
MapperImpl<S,T> |
class |
StaticSetRowMapper<ROW,SET,T,E extends Exception> |
class |
TransformSetRowMapper<ROW,SET,I,O,E extends Exception> |
class |
TransformSourceFieldMapper<S,I,O> |
class |
TransformSourceMapper<ROW,I,O> |
class |
UnorderedJoinMapper<ROW,ROWS,T,EX extends Exception> |
| Modifier and Type | Field and Description |
|---|---|
SourceMapper<S,P> |
MapperFieldMapperGetterAdapter.mapper |
| Constructor and Description |
|---|
MapperFieldMapperGetterAdapter(SourceMapper<S,P> mapper,
org.simpleflatmapper.util.Predicate<S> nullChecker,
int valueIndex) |
Copyright © 2020. All rights reserved.