Resolve "Syntax for converting ID parameters to Entities"
- Jul 03, 2020
-
-
Chris Lemaire authored
Apparently GitLab CI does not properly exclude this job during certain pipelines, causing some issues when running the push pipeline.
-
- Jul 02, 2020
-
-
Chris Lemaire authored
The new argument resolvers are given JDoc comments to explain their operations.
-
- Jun 20, 2020
-
-
Chris Lemaire authored
The custom HandlerMethodArgumentResolvers are now added through an auxiliary WebMvcConfigurer implementation.
-
Chris Lemaire authored
ID-to-Entity arguments are typed as the target entity typed, but the data transferred in the request will be a Long. We are limited to Longs only for the IDs of entities. Resolvers are added non-dynamically for now, a dynamic way should be researched still.
-