Spring – How to pass different types at once in JSON using PATCH
i have a PATCH mapping method that currently accepts a Map<String, Object> as @ResponseBody, because i've seen ReflectionUtils as one of ways to implement the PatchMapping, but when I want to pass for example String, Integer and Long, then JSON…