| Package | Description |
|---|---|
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextualSourceFieldMapperImpl<S,T> |
class |
DynamicSourceFieldMapper<ROW,T,K extends FieldKey<K>,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
ContextualSourceFieldMapper<ROW,T> |
DiscriminatorMapper.PredicatedMapper.getMapper() |
ContextualSourceFieldMapper<ROW,T> |
DynamicSourceFieldMapper.getMapper(MapperKey<K> key) |
protected ContextualSourceFieldMapper<ROW,T> |
DiscriminatorMapper.getMapper(ROW row) |
ContextualSourceFieldMapper<ROW,O> |
TransfromerSetRowMapperBuilder.sourceFieldMapper() |
ContextualSourceFieldMapper<ROW,T> |
SetRowMapperBuilder.sourceFieldMapper() |
| Modifier and Type | Method and Description |
|---|---|
M |
SetRowMapperBuilderImpl.SetRowMapperFactory.newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
SetRowMapper<ROW,SET,T,E> |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory.newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
M |
SetRowMapperBuilderImpl.SetRowMapperFactory.newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
SetRowMapper<ROW,SET,T,E> |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory.newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
| Constructor and Description |
|---|
JoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> factory) |
PredicatedMapper(org.simpleflatmapper.util.Predicate<ROW> predicate,
ContextualSourceFieldMapper<ROW,T> mapper,
MappingContextFactoryFromRows<ROW,ROWS,EX> mappingContextFactory) |
| Constructor and Description |
|---|
DynamicSourceFieldMapper(org.simpleflatmapper.util.UnaryFactory<MapperKey<K>,ContextualSourceFieldMapper<ROW,T>> mapperFactory,
org.simpleflatmapper.util.UnaryFactoryWithException<ROW,MapperKey<K>,E> mapperKeyFromRow,
MapperKeyComparator<K> keyComparator) |
Copyright © 2018. All rights reserved.