public class JoinMapper<ROW,ROWS,T,EX extends Exception> extends AbstractEnumarableDelegateMapper<ROW,ROWS,T,EX>
errorHandler
Constructor and Description |
---|
JoinMapper(Mapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumarable<ROW>> factory) |
Modifier and Type | Method and Description |
---|---|
protected Mapper<ROW,T> |
getMapper(ROW source) |
protected MappingContextFactory<? super ROW> |
getMappingContextFactory() |
protected org.simpleflatmapper.util.Enumarable<T> |
newEnumarableOfT(ROWS source) |
map, map, mapTo
forEach, iterator, stream
public JoinMapper(Mapper<ROW,T> mapper, ConsumerErrorHandler errorHandler, MappingContextFactory<? super ROW> mappingContextFactory, org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumarable<ROW>> factory)
protected final org.simpleflatmapper.util.Enumarable<T> newEnumarableOfT(ROWS source) throws EX extends Exception
newEnumarableOfT
in class AbstractEnumarableMapper<ROWS,T,EX extends Exception>
EX extends Exception
protected MappingContextFactory<? super ROW> getMappingContextFactory()
Copyright © 2018. All rights reserved.