| 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 |
SourceMapper partial implementation. |
| org.simpleflatmapper.map.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
MapperBuildingException |
| Modifier and Type | Method and Description |
|---|---|
org.simpleflatmapper.util.Enumerable<T> |
EnumerableMapper.enumerate(SET source) |
void |
FieldMapperErrorHandler.errorMappingField(K key,
Object source,
Object target,
Exception error,
org.simpleflatmapper.converter.Context mappingContext) |
void |
ResultFieldMapperErrorHandler.errorMappingField(K key,
Object source,
Object target,
Exception error,
org.simpleflatmapper.converter.Context mappingContext) |
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
EnumerableMapper.forEach(SET source,
H handler)
Loop over the resultSet, map each row to a new newInstance of T and call back the handler
|
Iterator<T> |
EnumerableMapper.iterator(SET source) |
T |
ContextualSourceMapper.map(S source)
map the current row of source object to a new newInstance of T.
|
T |
SourceMapper.map(S source,
MappingContext<? super S> context)
map the current row of source object to a new newInstance of T.
|
Stream<T> |
EnumerableMapper.stream(SET source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BreakDetector.broke(S source) |
void |
BreakDetector.handleSource(S source) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogFieldMapperErrorHandler.errorMappingField(K key,
Object source,
Object target,
Exception error,
org.simpleflatmapper.converter.Context mappingContext) |
void |
RethrowFieldMapperErrorHandler.errorMappingField(Object name,
Object source,
Object target,
Exception error,
org.simpleflatmapper.converter.Context mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
P |
GetterMapper.map(S source,
MappingContext<? super S> context) |
| Modifier and Type | Method and Description |
|---|---|
org.simpleflatmapper.util.Enumerable<O> |
TransformSetRowMapper.enumerate(SET source) |
org.simpleflatmapper.util.Enumerable<O> |
TransformEnumerableMapper.enumerate(SET source) |
org.simpleflatmapper.util.Enumerable<T> |
DynamicSetRowMapper.enumerate(SET source) |
<H extends org.simpleflatmapper.util.CheckedConsumer<? super O>> |
TransformSetRowMapper.forEach(SET source,
H handler) |
<H extends org.simpleflatmapper.util.CheckedConsumer<? super O>> |
TransformEnumerableMapper.forEach(SET source,
H handler) |
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
AbstractEnumerableMapper.forEach(SET source,
H handler) |
<H extends org.simpleflatmapper.util.CheckedConsumer<? super T>> |
DynamicSetRowMapper.forEach(SET set,
H handler) |
protected ContextualSourceFieldMapper<ROW,T> |
DiscriminatorMapper.getMapper(ROW row) |
Iterator<O> |
TransformSetRowMapper.iterator(SET source) |
Iterator<O> |
TransformEnumerableMapper.iterator(SET source) |
Iterator<T> |
AbstractEnumerableMapper.iterator(SET source) |
Iterator<T> |
DynamicSetRowMapper.iterator(SET rs) |
O |
TransformSetRowMapper.map(ROW source) |
T |
AbstractEnumerableDelegateMapper.map(ROW source) |
T |
DynamicSetRowMapper.map(ROW row) |
T |
DynamicSourceFieldMapper.map(ROW row) |
O |
TransformSourceMapper.map(ROW source) |
T |
StaticSetRowMapper.map(ROW source) |
O |
TransformSetRowMapper.map(ROW source,
MappingContext<? super ROW> context) |
T |
AbstractEnumerableDelegateMapper.map(ROW source,
MappingContext<? super ROW> context) |
T |
DynamicSetRowMapper.map(ROW row,
MappingContext<? super ROW> context) |
T |
DynamicSourceFieldMapper.map(ROW row,
MappingContext<? super ROW> context) |
O |
TransformSourceMapper.map(ROW source,
MappingContext<? super ROW> context) |
T |
StaticSetRowMapper.map(ROW rs,
MappingContext<? super ROW> context) |
T |
ContextualSourceFieldMapperImpl.map(S source) |
T |
AbstractMapper.map(S source,
MappingContext<? super S> mappingContext) |
O |
TransformSourceFieldMapper.map(S source,
MappingContext<? super S> context) |
T |
ContextualSourceFieldMapperImpl.map(S source,
MappingContext<? super S> context) |
void |
AbstractMapper.mapTo(S source,
T target,
MappingContext<? super S> mappingContext) |
Stream<O> |
TransformSetRowMapper.stream(SET source) |
Stream<O> |
TransformEnumerableMapper.stream(SET source) |
Stream<T> |
AbstractEnumerableMapper.stream(SET source) |
Stream<T> |
DynamicSetRowMapper.stream(SET set) |
Copyright © 2018. All rights reserved.