| 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 and Description |
|---|---|
interface |
SetRowMapper<ROW,SET,T,E extends Exception> |
| Modifier and Type | Method and 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 and 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 and Description |
|---|---|
class |
GetterMapper<S,P> |
| Constructor and Description |
|---|
StaticMapperEnumarable(Mapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumarable<S> sourceEnumarable) |
| Modifier and Type | Class and 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 and Description |
|---|---|
Mapper<ROW,T> |
DiscriminatorMapper.PredicatedMapper.getMapper() |
protected abstract Mapper<ROW,T> |
AbstractEnumarableDelegateMapper.getMapper(ROW source) |
protected Mapper<ROW,T> |
JoinMapper.getMapper(ROW source) |
protected Mapper<ROW,T> |
DiscriminatorMapper.getMapper(ROW row) |
Mapper<T,S> |
AbstractConstantTargetMapperBuilder.mapper() |
Mapper<S,T> |
ConstantSourceMapperBuilder.mapper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract M |
AbstractMapperBuilder.newJoinMapper(Mapper<S,T> mapper) |
protected abstract M |
AbstractMapperBuilder.newStaticMapper(Mapper<S,T> mapper) |
| Constructor and 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 © 2017. All rights reserved.