| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.asm | |
| org.simpleflatmapper.map.fieldmapper |
FieldMapper implementations. |
| org.simpleflatmapper.map.impl |
Mapper partial implementation. |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SetRowMapper<ROW,SET,T,E extends Exception> |
| Modifier and Type | Method | Description |
|---|---|---|
<S,T> Mapper<S,T> |
MapperAsmFactory.createMapper(FieldKey<?>[] keys,
FieldMapper<S,T>[] mappers,
FieldMapper<S,T>[] constructorMappers,
org.simpleflatmapper.reflect.BiInstantiator<S,MappingContext<? super S>,T> instantiator,
Class<? super S> source,
Class<T> target) |
| Constructor | Description |
|---|---|
MapperFieldMapper(Mapper<S,P> mapper,
org.simpleflatmapper.reflect.Setter<? super T,? super P> propertySetter,
org.simpleflatmapper.util.Predicate<? super S> nullChecker,
int currentValueIndex) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetterMapper<S,P> |
| Constructor | Description |
|---|---|
StaticMapperEnumarable(Mapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumarable<S> sourceEnumarable) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractEnumarableDelegateMapper<ROW,ROWS,T,E extends Exception> |
|
class |
AbstractMapper<S,T> |
|
class |
ContextualMapper<S,T> |
|
class |
DiscriminatorMapper<ROW,ROWS,T,EX extends Exception> |
|
class |
DynamicSetRowMapper<ROW,SET,T,E extends Exception,K extends FieldKey<K>> |
|
class |
JoinMapper<ROW,ROWS,T,EX extends Exception> |
|
class |
MapperImpl<S,T> |
|
class |
StaticSetRowMapper<ROW,SET,T,E extends Exception> |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract Mapper<ROW,T> |
AbstractEnumarableDelegateMapper.getMapper(ROW source) |
|
protected Mapper<ROW,T> |
DiscriminatorMapper.getMapper(ROW row) |
|
Mapper<ROW,T> |
DiscriminatorMapper.PredicatedMapper.getMapper() |
|
protected Mapper<ROW,T> |
JoinMapper.getMapper(ROW source) |
|
Mapper<T,S> |
AbstractConstantTargetMapperBuilder.mapper() |
|
Mapper<S,T> |
ConstantSourceMapperBuilder.mapper() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract M |
AbstractMapperBuilder.newJoinMapper(Mapper<S,T> mapper) |
|
protected abstract M |
AbstractMapperBuilder.newStaticMapper(Mapper<S,T> mapper) |
| Constructor | Description |
|---|---|
ContextualMapper(Mapper<S,T> delegate,
MappingContextFactory<S> mappingContextFactory) |
|
JoinMapper(Mapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumarable<ROW>> factory) |
|
JoinMapperEnumarable(Mapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumarable<S> sourceEnumarable) |
|
MapperBiFunctionAdapter(Mapper<S,P> mapper,
org.simpleflatmapper.util.Predicate<S> nullChecker,
int valueIndex) |
|
PredicatedMapper(org.simpleflatmapper.util.Predicate<ROW> predicate,
Mapper<ROW,T> mapper,
MappingContextFactoryFromRows<ROW,ROWS,EX> mappingContextFactory) |
|
PredicatedMapperWithContext(org.simpleflatmapper.util.Predicate<ROW> predicate,
Mapper<ROW,T> mapper,
MappingContext<? super ROW> mappingContext) |
|
StaticSetRowMapper(Mapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumarable<ROW>> enumarableFactory) |
Copyright © 2018. All rights reserved.