Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] error on execute: java.lang.UnsupportedOperationException Unknown parameterized type: T. Available types in this context: {E=<T>}. #27

Open
niconavarrete opened this issue Oct 1, 2014 · 0 comments

Comments

@niconavarrete
Copy link

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() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant