| Package | Description |
|---|---|
| org.simpleflatmapper.map |
Provides base class that are shared across all mappers.
|
| org.simpleflatmapper.map.context.impl | |
| org.simpleflatmapper.map.error | |
| org.simpleflatmapper.map.impl |
Mapper partial implementation. |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MapperBuildingException |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FieldMapperErrorHandler.errorMappingField(K key,
Object source,
Object target,
Exception error) |
|
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
EnumarableMapper.forEach(S source,
H handler) |
Loop over the resultSet, map each row to a new newInstance of T and call back the handler
|
Iterator<T> |
EnumarableMapper.iterator(S source) |
|
T |
Mapper.map(S source) |
map source object to a new newInstance of T
|
T |
Mapper.map(S source,
MappingContext<? super S> context) |
|
Stream<T> |
EnumarableMapper.stream(S source) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
BreakDetector.broke(S source) |
|
void |
BreakDetector.handleSource(S source) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LogFieldMapperErrorHandler.errorMappingField(K key,
Object source,
Object target,
Exception error) |
|
void |
RethrowFieldMapperErrorHandler.errorMappingField(Object name,
Object source,
Object target,
Exception error) |
| Modifier and Type | Method | Description |
|---|---|---|
P |
GetterMapper.map(S source) |
|
P |
GetterMapper.map(S source,
MappingContext<? super S> context) |
| Modifier and Type | Method | Description |
|---|---|---|
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
AbstractEnumarableMapper.forEach(S source,
H handler) |
|
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
DynamicSetRowMapper.forEach(SET set,
H handler) |
|
protected Mapper<ROW,T> |
DiscriminatorMapper.getMapper(ROW row) |
|
Iterator<T> |
AbstractEnumarableMapper.iterator(S source) |
|
Iterator<T> |
DynamicSetRowMapper.iterator(SET rs) |
|
T |
AbstractEnumarableDelegateMapper.map(ROW source) |
|
T |
AbstractEnumarableDelegateMapper.map(ROW source,
MappingContext<? super ROW> context) |
|
T |
AbstractMapper.map(S source) |
|
T |
AbstractMapper.map(S source,
MappingContext<? super S> mappingContext) |
|
T |
ContextualMapper.map(S source) |
|
T |
ContextualMapper.map(S source,
MappingContext<? super S> context) |
|
T |
DynamicSetRowMapper.map(ROW row) |
|
T |
DynamicSetRowMapper.map(ROW row,
MappingContext<? super ROW> context) |
|
T |
StaticSetRowMapper.map(ROW rs) |
|
T |
StaticSetRowMapper.map(ROW rs,
MappingContext<? super ROW> context) |
|
void |
AbstractMapper.mapTo(S source,
T target,
MappingContext<? super S> mappingContext) |
|
Stream<T> |
AbstractEnumarableMapper.stream(S source) |
|
Stream<T> |
DynamicSetRowMapper.stream(SET set) |
Copyright © 2018. All rights reserved.