public static interface SetRowMapperBuilderImpl.SetRowMapperFactory<M extends SetRowMapper<ROW,SET,T,E>,ROW,SET,T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
M |
newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
M |
newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
<I> M |
newTransformer(SetRowMapper<ROW,SET,I,E> setRowMapper,
org.simpleflatmapper.util.Function<I,T> transform) |
M |
newUnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
M newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper, ConsumerErrorHandler consumerErrorHandler, MappingContextFactory<? super ROW> mappingContextFactory, org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory)
M newUnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper, ConsumerErrorHandler consumerErrorHandler, MappingContextFactory<? super ROW> mappingContextFactory, org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory)
M newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper, ConsumerErrorHandler consumerErrorHandler, MappingContextFactory<? super ROW> mappingContextFactory, org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory)
Copyright © 2020. All rights reserved.