| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.context | |
| org.simpleflatmapper.map.context.impl | |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Field and Description |
|---|---|
static MappingContextFactory |
MappingContext.EMPTY_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
MappingContextFactory<S> |
MappingContextFactoryBuilder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
BreakDetectorMappingContextFactory<S> |
class |
ValuedMappingContextFactory<S> |
| Constructor and Description |
|---|
BreakDetectorMappingContextFactory(KeyDefinition<S,?> rootKeyDefinition,
KeyDefinition<S,?>[] keyDefinitions,
MappingContextFactory<S> delegateFactory) |
| Modifier and Type | Method and Description |
|---|---|
MappingContextFactory<? super S> |
DefaultConstantSourceMapperBuilder.contextFactory() |
MappingContextFactory<? super S> |
DiscriminatorConstantSourceMapperBuilder.contextFactory() |
abstract MappingContextFactory<? super S> |
ConstantSourceMapperBuilder.contextFactory() |
protected MappingContextFactory<? super ROW> |
JoinMapper.getMappingContextFactory() |
MappingContextFactory<? super S> |
ContextualSourceFieldMapperImpl.getMappingContextFactory() |
protected MappingContextFactory<? super ROW> |
UnorderedJoinMapper.getMappingContextFactory() |
protected MappingContextFactory<? super ROW> |
StaticSetRowMapper.getMappingContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
M |
SetRowMapperBuilderImpl.SetRowMapperFactory.newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
SetRowMapper<ROW,SET,T,E> |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory.newJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
M |
SetRowMapperBuilderImpl.SetRowMapperFactory.newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
SetRowMapper<ROW,SET,T,E> |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory.newStaticMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
M |
SetRowMapperBuilderImpl.SetRowMapperFactory.newUnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
SetRowMapper<ROW,SET,T,E> |
DefaultSetRowMapperBuilder.DefaultSetRowMapperFactory.newUnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler consumerErrorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
| Constructor and Description |
|---|
ContextualSourceFieldMapperImpl(MappingContextFactory<? super S> mappingContextFactory,
SourceFieldMapper<S,T> delegate) |
JoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> factory) |
StaticSetRowMapper(ContextualSourceMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<SET,org.simpleflatmapper.util.Enumerable<ROW>> enumerableFactory) |
UnorderedJoinMapper(ContextualSourceFieldMapper<ROW,T> mapper,
ConsumerErrorHandler errorHandler,
MappingContextFactory<? super ROW> mappingContextFactory,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> factory) |
Copyright © 2020. All rights reserved.