public class UnorderedJoinMapper<ROW,ROWS,T,EX extends Exception> extends AbstractEnumerableDelegateMapper<ROW,ROWS,T,EX>
errorHandler| Constructor and Description |
|---|
UnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> factory) |
| Modifier and Type | Method and Description |
|---|---|
org.simpleflatmapper.util.Enumerable<T> |
enumerate(ROWS source) |
protected ContextualSourceMapper<ROW,T> |
getMapper(ROW source) |
protected MappingContextFactory<? super ROW> |
getMappingContextFactory() |
map, mapforEach, iterator, streamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, streampublic UnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper, ConsumerErrorHandler errorHandler, MappingContextFactory<? super ROW> mappingContextFactory, org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> factory)
protected final ContextualSourceMapper<ROW,T> getMapper(ROW source)
public final org.simpleflatmapper.util.Enumerable<T> enumerate(ROWS source) throws EX extends Exception
protected MappingContextFactory<? super ROW> getMappingContextFactory()
Copyright © 2020. All rights reserved.