| Constructor and Description |
|---|
PredicatedMapper(org.simpleflatmapper.util.Predicate<ROW> predicate,
ContextualSourceFieldMapper<ROW,T> mapper,
MappingContextFactoryFromRows<ROW,ROWS,EX> mappingContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
ContextualSourceFieldMapper<ROW,T> |
getMapper() |
MappingContextFactoryFromRows<ROW,ROWS,EX> |
getMappingContextFactory() |
org.simpleflatmapper.util.Predicate<ROW> |
getPredicate() |
public PredicatedMapper(org.simpleflatmapper.util.Predicate<ROW> predicate, ContextualSourceFieldMapper<ROW,T> mapper, MappingContextFactoryFromRows<ROW,ROWS,EX> mappingContextFactory)
public org.simpleflatmapper.util.Predicate<ROW> getPredicate()
public ContextualSourceFieldMapper<ROW,T> getMapper()
public MappingContextFactoryFromRows<ROW,ROWS,EX> getMappingContextFactory()
Copyright © 2020. All rights reserved.