I tried to build a TableRowTransformer and could not make it work.
DataTableTypeRegistryTableConverter.convert() will DataTableTypeRegistryTableConverter.lookupTableTypeByType() but won't resolve the bindings as it will TypeFactory.constructType() and jackson.TypeFactory.constructType() will return _fromAny(null, type, EMPTY_BINDINGS);
I tried to build a TableRowTransformer and could not make it work.
DataTableTypeRegistryTableConverter.convert()
willDataTableTypeRegistryTableConverter.lookupTableTypeByType()
but won't resolve the bindings as it willTypeFactory.constructType()
andjackson.TypeFactory.constructType()
willreturn _fromAny(null, type, EMPTY_BINDINGS);