79203074

Date: 2024-11-19 10:48:04
Score: 0.5
Natty:
Report link

Adding an extra generic type to the function parameter works (Don't know how. I guess List makes resource URI's to be resolved before persisting the entity)

public class Items<T> {
    private List<T> items;
}

public @ResponseBody String createUserWithSkill(@RequestBody CollectionModel<EntityModel<Items<User>>> users)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kiran Kyle