Schlagwort: Spring-Boot

  • Spring & Jackson @JsonView

    Todays problem: at least 2 different APIs (CRUD / Bulk) non-changed code-paths / REST-Endpoints should work like before they should show a different set of attributes in the same object First Try – Jackson mixins Mixins have to be registered in the global ObjectMapper that also includes the Spring-MVC instance and is therefore used by…