When using the Hamper insert() function, it is not allowed to insert into the submitted data anything else than a primitive, instead, an error is thrown saying that those fields are not String objects.
Should be taken into consideration to implement a way to handle generic objects other than primitive ones.
When using the Hamper
insert()function, it is not allowed to insert into the submitted data anything else than a primitive, instead, an error is thrown saying that those fields are not String objects.Should be taken into consideration to implement a way to handle generic objects other than primitive ones.