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
Fails on preprocessor
[ERROR] error on execute: java.lang.UnsupportedOperationException: Unknown parameterized type: T. Available types in this context: {E=com.XXXX.XXXXX.config.dto.GridRow}.
@RequestMapping("/loadVarGrid")
@ModelAttribute("variables")
public GridModel<IVariableEntorno> loadGrid(@RequestBody Aplicacion app) {
........................................
public class GridModel {
private Collection<GridRow> data = null;
........................................
public class GridRow {
public T getValues() {
The text was updated successfully, but these errors were encountered:
Fails on preprocessor
[ERROR] error on execute: java.lang.UnsupportedOperationException: Unknown parameterized type: T. Available types in this context: {E=com.XXXX.XXXXX.config.dto.GridRow}.
........................................
public class GridModel {
private Collection<GridRow> data = null;
........................................
public class GridRow {
public T getValues() {
The text was updated successfully, but these errors were encountered: