| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.error | |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowHandlerErrorHandler
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerErrorHandler |
MapperConfig.consumerErrorHandler() |
ConsumerErrorHandler |
MapperConfig.rowHandlerErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
MapperConfig<K,S> |
MapperConfig.consumerErrorHandler(ConsumerErrorHandler consumerErrorHandler) |
MapperConfig<K,S> |
MapperConfig.rowHandlerErrorHandler(ConsumerErrorHandler rowHandlerErrorHandler)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RethrowConsumerErrorHandler |
| Modifier and Type | Field and Description |
|---|---|
protected ConsumerErrorHandler |
AbstractEnumerableMapper.errorHandler |
| Modifier and Type | Method and Description |
|---|---|
ConsumerErrorHandler |
AbstractMapperFactory.consumerErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
MF |
AbstractMapperFactory.consumerErrorHandler(ConsumerErrorHandler consumerErrorHandler)
the ConsumerErrorHandler is called when an exception is thrown by the CheckedConsumer in the forEach call.
|
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) |
MF |
AbstractMapperFactory.rowHandlerErrorHandler(ConsumerErrorHandler rowHandlerErrorHandler)
Deprecated.
|
| Constructor and Description |
|---|
AbstractEnumerableDelegateMapper(ConsumerErrorHandler errorHandler) |
AbstractEnumerableMapper(ConsumerErrorHandler errorHandler) |
DiscriminatorMapper(List<DiscriminatorMapper.PredicatedMapper<ROW,ROWS,T,EX>> mappers,
org.simpleflatmapper.util.UnaryFactory<ROWS,org.simpleflatmapper.util.Enumerable<ROW>> rowEnumerableFactory,
org.simpleflatmapper.util.Function<ROW,String> errorConverter,
ConsumerErrorHandler consumerErrorHandler) |
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.