public class JooqRecordMapperWrapper<R extends org.jooq.Record,E> extends Object implements org.jooq.RecordMapper<R,E>
| Constructor and Description |
|---|
JooqRecordMapperWrapper(org.simpleflatmapper.map.SourceMapper<org.jooq.Record,E> mapper,
org.simpleflatmapper.map.context.MappingContextFactory<? super org.jooq.Record> mappingContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.simpleflatmapper.map.SourceMapper<org.jooq.Record,E> |
getMapper() |
E |
map(R record) |
public JooqRecordMapperWrapper(org.simpleflatmapper.map.SourceMapper<org.jooq.Record,E> mapper, org.simpleflatmapper.map.context.MappingContextFactory<? super org.jooq.Record> mappingContextFactory)
Copyright © 2020. All rights reserved.