| 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> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapper<S,T> |
class |
ContextualSourceFieldMapperImpl<S,T> |
class |
DynamicSourceFieldMapper<ROW,T,K extends FieldKey<K>,E extends Exception> |
class |
MapperImpl<S,T> |
class |
TransformSourceFieldMapper<S,I,O> |
| Modifier and Type | Field and Description |
|---|---|
SourceFieldMapper<S,I> |
TransformSourceFieldMapper.delegate |
| Modifier and Type | Method and Description |
|---|---|
static <S,T,K extends FieldKey<K>> |
DefaultConstantSourceMapperBuilder.buildMapper(FieldMapper<S,T>[] fields,
DefaultConstantSourceMapperBuilder.InstantiatorAndFieldMappers<S,T> constructorFieldMappersAndInstantiator,
FieldKey<?>[] keys,
Class<T> target,
org.simpleflatmapper.reflect.ReflectionService reflectionService,
MapperSource<? super S,K> mapperSource,
MapperConfig<K,? extends S> mapperConfig) |
SourceFieldMapper<S,T> |
ContextualSourceFieldMapperImpl.getDelegate() |
SourceFieldMapper<S,T> |
DefaultConstantSourceMapperBuilder.sourceFieldMapper() |
SourceFieldMapper<S,T> |
DiscriminatorConstantSourceMapperBuilder.sourceFieldMapper() |
abstract SourceFieldMapper<S,T> |
ConstantSourceMapperBuilder.sourceFieldMapper() |
protected SourceFieldMapper<ROW,T> |
MapperBuilder.sourceFieldMapper() |
| Constructor and Description |
|---|
ContextualSourceFieldMapperImpl(MappingContextFactory<? super S> mappingContextFactory,
SourceFieldMapper<S,T> delegate) |
JoinMapperEnumerable(SourceFieldMapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumerable<S> sourceEnumerable) |
PredicatedMapperWithContext(org.simpleflatmapper.util.Predicate<ROW> predicate,
SourceFieldMapper<ROW,T> mapper,
MappingContext<? super ROW> mappingContext) |
TransformSourceFieldMapper(SourceFieldMapper<S,I> delegate,
FieldMapper<S,O>[] mappers,
org.simpleflatmapper.util.Function<I,O> transform) |
UnorderedJoinMapperEnumerable(SourceFieldMapper<S,T> mapper,
MappingContext<? super S> mappingContext,
org.simpleflatmapper.util.Enumerable<S> sourceEnumerable) |
Copyright © 2020. All rights reserved.