public 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> extends Object implements SetRowMapperBuilder<MO,ROW,SET,O,K,E>
| Constructor and Description |
|---|
TransfromerSetRowMapperBuilder(SetRowMapperBuilder<MI,ROW,SET,I,K,E> delegate,
org.simpleflatmapper.util.Function<MI,MO> transformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapper(FieldMapper<ROW,O> mapper) |
void |
addMapping(K key,
ColumnDefinition<K,?> columnDefinition) |
List<K> |
getKeys() |
MappingContextFactoryBuilder<? super ROW,K> |
getMappingContextFactoryBuilder() |
boolean |
isRootAggregate() |
MO |
mapper() |
MapperConfig<K,ROW> |
mapperConfig() |
ContextualSourceFieldMapper<ROW,O> |
sourceFieldMapper() |
public final MO mapper()
public ContextualSourceFieldMapper<ROW,O> sourceFieldMapper()
public final boolean isRootAggregate()
public final void addMapper(FieldMapper<ROW,O> mapper)
public final void addMapping(K key, ColumnDefinition<K,?> columnDefinition)
public final MapperConfig<K,ROW> mapperConfig()
public final MappingContextFactoryBuilder<? super ROW,K> getMappingContextFactoryBuilder()
Copyright © 2018. All rights reserved.