Open hank-cp opened 5 years ago
Hidden rule: JooqMapperFactory.addBiConverters() could only be called once. Later converters will override previous added converters. RecordUnmapperBuilder
need to be changed to fix this.
might seat on that one for a bit, I think that concept can also be useful in other integrations.
JooqBiConverter
should be shared betweenRecordMapper
andRecordUnmapper
. It should be helpful to make code more lean and readable.Usage: