| 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.newFactory() |
| 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 |
|---|---|
protected MappingContextFactory<? super ROW> |
JoinMapper.getMappingContextFactory() |
protected MappingContextFactory<? super ROW> |
StaticSetRowMapper.getMappingContextFactory() |
| 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) |
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.