| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SetRowMapper<ROW,SET,T,E extends Exception> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumerableDelegateMapper<ROW,SET,T,E extends Exception> |
class |
AbstractEnumerableMapper<SET,T,E extends Exception> |
class |
DiscriminatorMapper<ROW,ROWS,T,EX extends Exception> |
class |
DynamicSetRowMapper<ROW,SET,T,E extends Exception,K extends FieldKey<K>> |
class |
JoinMapper<ROW,ROWS,T,EX extends Exception> |
class |
StaticSetRowMapper<ROW,SET,T,E extends Exception> |
class |
TransformEnumerableMapper<ROW,SET,I,O,E extends Exception> |
class |
TransformSetRowMapper<ROW,SET,I,O,E extends Exception> |
| Constructor and Description |
|---|
TransformEnumerableMapper(EnumerableMapper<SET,I,E> delegate,
org.simpleflatmapper.util.Function<I,O> transformer) |
Copyright © 2018. All rights reserved.