You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reducing the number of utility functions makes the API easier to understand/document/maintain.
Both DataTableType.cell and DataTableType.entry are mostly made spurious by DataTableTypeRegistry.setDefaultDataTableEntryTransformer and DataTableTypeRegistry.setDefaultDataTableCellTransformer.
For the few remaining use cases it would be better to explicitly define and configure the object mapper.
Also consider making DataTableType.transform package private.
The text was updated successfully, but these errors were encountered:
Reducing the number of utility functions makes the API easier to understand/document/maintain.
Both
DataTableType.cell
andDataTableType.entry
are mostly made spurious byDataTableTypeRegistry.setDefaultDataTableEntryTransformer
andDataTableTypeRegistry.setDefaultDataTableCellTransformer
.For the few remaining use cases it would be better to explicitly define and configure the object mapper.
Also consider making
DataTableType.transform
package private.The text was updated successfully, but these errors were encountered: