| Package | Description |
|---|---|
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSetRowMapperBuilder<ROW,SET,T,K extends FieldKey<K>,E extends Exception> |
class |
DefaultTransfromerSetRowMapperBuilder<ROW,SET,I,O,K extends FieldKey<K>,E extends Exception> |
class |
SetRowMapperBuilderImpl<M extends SetRowMapper<ROW,SET,T,E>,ROW,SET,T,K extends FieldKey<K>,E extends Exception> |
class |
TransfromerSetRowMapperBuilder<MO extends SetRowMapper<ROW,SET,O,E>,MI extends SetRowMapper<ROW,SET,I,E>,ROW,SET,I,O,K extends FieldKey<K>,E extends Exception> |
| Modifier and Type | Field and Description |
|---|---|
protected SetRowMapperBuilder<IM,ROW,SET,T,K,E> |
MapperBuilder.setRowMapperBuilder |
| Constructor and Description |
|---|
DefaultTransfromerSetRowMapperBuilder(SetRowMapperBuilder<SetRowMapper<ROW,SET,I,E>,ROW,SET,I,K,E> delegate,
org.simpleflatmapper.util.Function<I,O> transformer) |
MapperBuilder(KeyFactory<K> keyFactory,
SetRowMapperBuilder<IM,ROW,SET,T,K,E> setRowMapperBuilder,
org.simpleflatmapper.util.BiFunction<IM,List<K>,OM> specialisedMapper,
org.simpleflatmapper.util.Function<Object[],ColumnDefinition<K,?>> columnDefinitionFactory,
int calculatedIndex) |
TransfromerSetRowMapperBuilder(SetRowMapperBuilder<MI,ROW,SET,I,K,E> delegate,
org.simpleflatmapper.util.Function<MI,MO> transformer) |
Copyright © 2020. All rights reserved.