Class WorktimeSlotListConverter

java.lang.Object
com.bytedesk.service.worktime_settings.WorktimeSlotListConverter
All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<WorktimeSlotValue>,String>

public class WorktimeSlotListConverter extends Object implements jakarta.persistence.AttributeConverter<List<WorktimeSlotValue>,String>
Persist WorktimeSlotValue collections as JSON text columns.
  • Field Details

    • OBJECT_MAPPER

      private static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
  • Constructor Details

    • WorktimeSlotListConverter

      public WorktimeSlotListConverter()
  • Method Details