The easiest way to achieve this goal is to set the configuration property in the hibernate.properties filehibernate.types.jackson.object.mapper=com.vl...
LocalDate today = LocalDate.now(); LocalDate monday = today.with(TemporalAdjusters.previousOrSame( DayOfWeek.MONDAY)); LocalDate sunday = today...