| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextualSourceFieldMapper<S,T> |
interface |
SetRowMapper<ROW,SET,T,E extends Exception> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumerableDelegateMapper<ROW,SET,T,E extends Exception> |
class |
ContextualSourceFieldMapperImpl<S,T> |
class |
DiscriminatorMapper<ROW,ROWS,T,EX extends Exception> |
class |
DynamicSetRowMapper<ROW,SET,T,E extends Exception,K extends FieldKey<K>> |
class |
DynamicSourceFieldMapper<ROW,T,K extends FieldKey<K>,E extends Exception> |
class |
JoinMapper<ROW,ROWS,T,EX extends Exception> |
class |
StaticSetRowMapper<ROW,SET,T,E extends Exception> |
class |
TransformSetRowMapper<ROW,SET,I,O,E extends Exception> |
class |
TransformSourceMapper<ROW,I,O> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ContextualSourceMapper<ROW,T> |
AbstractEnumerableDelegateMapper.getMapper(ROW source) |
protected ContextualSourceMapper<ROW,T> |
JoinMapper.getMapper(ROW source) |
| Constructor and Description |
|---|
StaticSetRowMapper(ContextualSourceMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
TransformSourceMapper(ContextualSourceMapper<ROW,I> delegate,
org.simpleflatmapper.util.Function<I,O> transformer) |
Copyright © 2018. All rights reserved.